Home
last modified time | relevance | path

Searched refs:HEAP_FREE_AREA_START (Results 1 – 6 of 6) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/malloc/
A Dheap_free.c39 if (fa && HEAP_FREE_AREA_START (fa) <= end) in __heap_free()
44 if (HEAP_FREE_AREA_START (fa) == end) in __heap_free()
61 if (next_fa && end == HEAP_FREE_AREA_START (next_fa)) in __heap_free()
A Dheap_debug.c38 (long)HEAP_FREE_AREA_START (fa), in __heap_dump_freelist()
117 (ul_t)HEAP_FREE_AREA_START (fa), in __heap_check()
129 ul_t start = (ul_t)HEAP_FREE_AREA_START (fa); in __heap_check()
A Dheap_alloc.c43 mem = HEAP_FREE_AREA_START (fa); in __heap_alloc()
A Dheap_alloc_at.c34 void *fa_mem = HEAP_FREE_AREA_START (fa); in __heap_alloc_at()
A Dheap.h51 #define HEAP_FREE_AREA_START(fa) ((void *)((char *)(fa + 1) - (fa)->size)) macro
A Dfree.c63 unsigned long start = (unsigned long)HEAP_FREE_AREA_START (fa); in __free_to_heap()

Completed in 5 milliseconds