|
HP85 GPIB Disk Emulator
1.0
HP85GPIBDiskEmulator
|
Go to the documentation of this file.
27 extern unsigned int __heap_start;
28 extern unsigned int __heap_end;
29 extern unsigned int __bss_start;
30 extern unsigned int __bss_end;
31 extern unsigned int __data_start;
32 extern unsigned int __data_end;
35 extern unsigned long int __heap_start;
36 extern unsigned long int __heap_end;
37 extern unsigned long int __bss_start;
38 extern unsigned long int __bss_end;
39 extern unsigned long int __data_start;
40 extern unsigned long int __data_end;
void safefree(void *p)
Safe free - Only free a pointer if it is in malloc memory range.
char * __malloc_heap_start
void PrintFree(void)
Display AVR free memory of each type>
size_t freeRam(void)
Return AVR Free memory for Malloc.
void * safemalloc(size_t size)
Safe Malloc - Display Error message if Malloc fails.
size_t heaptop(void)
calloc may be aliased to safecalloc
void * safecalloc(int size, int elements)
Safe Alloc - Display Error message if Calloc fails.