6 #if LIBA_LOG_DYNAMIC_MEMORY 24 static void configure_heap() {
34 #if LIBA_LOG_DYNAMIC_MEMORY 35 ion_log_print_string(
"FREE-");
36 ion_log_print_integer((
uint32_t)ptr);
37 ion_log_print_string(
"\n");
52 #if LIBA_LOG_DYNAMIC_MEMORY 53 ion_log_print_string(
"MALLOC-");
55 ion_log_print_string(
"-");
56 ion_log_print_integer((
uint32_t)size);
57 ion_log_print_string(
"\n");
void * malloc(size_t size)
void * memsys5Realloc(void *pPrior, int nBytes)
void * memsys5MallocUnsafe(int nByte)
void memsys5FreeUnsafe(void *pOld)
void(* xLog)(void *, int, const char *)
void * realloc(void *ptr, size_t size)
int memsys5Init(void *NotUsed)
int memsys5Roundup(int n)