20 #ifndef _CUSTOMHEAPS_H_ 21 #define _CUSTOMHEAPS_H_ 38 extern void *
hl_lea_realloc (UINTPTR heap_id,
void *ptr,
size_t sz);
39 extern void hl_lea_free (UINTPTR heap_id,
void *ptr);
void hl_unregister_ostk_heap(UINTPTR heap_id)
void hl_fixed_free(UINTPTR heap_id, void *ptr)
void * hl_lea_realloc(UINTPTR heap_id, void *ptr, size_t sz)
UINTPTR hl_register_lea_heap(void)
void hl_clear_lea_heap(UINTPTR heap_id)
void hl_ostk_free(UINTPTR heap_id, void *ptr)
UINTPTR hl_register_fixed_heap(int chunk_size)
void * hl_ostk_alloc(UINTPTR heap_id, size_t sz)
void hl_unregister_lea_heap(UINTPTR heap_id)
void hl_unregister_fixed_heap(UINTPTR heap_id)
void * hl_fixed_alloc(UINTPTR heap_id, size_t sz)
UINTPTR hl_register_ostk_heap(int chunk_size)
void * hl_lea_alloc(UINTPTR heap_id, size_t sz)
void hl_lea_free(UINTPTR heap_id, void *ptr)