Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/malloc/
A Dmalloc.h165 extern int __malloc_debug_cur_indent attribute_hidden;
172 #define __malloc_debug_indent(indent) (__malloc_debug_cur_indent += indent)
175 #define __malloc_debug_set_indent(level) (__malloc_debug_cur_indent = level)
A Dmalloc_debug.c30 int __malloc_debug_cur_indent = 0; variable
38 unsigned spaces = __malloc_debug_cur_indent * MALLOC_DEBUG_INDENT_SIZE; in __malloc_debug_printf()

Completed in 3 milliseconds