Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/malloc/
A Dheap_free.c58 struct heap_free_area *next_fa = fa->next; in __heap_free() local
61 if (next_fa && end == HEAP_FREE_AREA_START (next_fa)) in __heap_free()
64 fa_size += next_fa->size; in __heap_free()
65 __heap_link_free_area_after (heap, next_fa, prev_fa); in __heap_free()
66 fa = next_fa; in __heap_free()
76 __heap_link_free_area (heap, fa, prev_fa, next_fa); in __heap_free()

Completed in 5 milliseconds