Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/malloc/
A Dheap_debug.c130 ul_t prev_end = (ul_t)HEAP_FREE_AREA_END (prev); in __heap_check() local
132 if (prev_end >= start) in __heap_check()
138 (prev_end == start ? "unmerged" : "overlaps"), in __heap_check()
141 (ul_t)prev, prev_end); in __heap_check()

Completed in 2 milliseconds