Searched refs:__malloc_debug (Results 1 – 2 of 2) sorted by relevance
158 extern int __malloc_debug attribute_hidden, __malloc_check attribute_hidden;161 (__malloc_debug ? __malloc_debug_printf (indent, fmt , ##args) : 0)163 (__malloc_debug ? __malloc_debug_indent (indent) : 0)
23 int __malloc_debug = 0, __malloc_check = 0; variable68 __malloc_debug = 1; in __malloc_debug_init()
Completed in 4 milliseconds