Searched refs:ul_t (Results 1 – 1 of 1) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/malloc/ |
A D | heap_debug.c | 97 typedef unsigned long ul_t; in __heap_check() typedef 106 (ul_t)first_fa, in __heap_check() 107 (ul_t)first_fa, (ul_t)first_fa->prev); in __heap_check() 116 (ul_t)fa, in __heap_check() 124 (ul_t)prev, (ul_t)prev->next, in __heap_check() 125 (ul_t)fa, (ul_t)fa->prev); in __heap_check() 129 ul_t start = (ul_t)HEAP_FREE_AREA_START (fa); in __heap_check() 130 ul_t prev_end = (ul_t)HEAP_FREE_AREA_END (prev); in __heap_check() 139 (ul_t)fa, (ul_t)prev, in __heap_check() 140 (ul_t)fa, start, in __heap_check() [all …]
|
Completed in 4 milliseconds