Searched refs:__malloc_debug_printf (Results 1 – 3 of 3) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/malloc/ |
A D | heap_debug.c | 35 __malloc_debug_printf (0, in __heap_dump_freelist() 57 __malloc_debug_printf (1, "%s: heap @0x%lx:", str, (long)heap); in __heap_dump() 86 __malloc_debug_printf (1, "heap dump:"); in __heap_check_failure()
|
A D | malloc.h | 89 (__malloc_mmb_debug ? __malloc_debug_printf (indent, fmt , ##args) : 0) 161 (__malloc_debug ? __malloc_debug_printf (indent, fmt , ##args) : 0) 169 extern void __malloc_debug_printf (int indent, const char *fmt, ...) attribute_hidden;
|
A D | malloc_debug.c | 36 __malloc_debug_printf (int indent, const char *fmt, ...) in __malloc_debug_printf() function 81 __malloc_debug_printf in __malloc_debug_init()
|
Completed in 5 milliseconds