Home
last modified time | relevance | path

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

/malloc/
A Dmalloc-debug.c59 __is_malloc_debug_enabled (enum malloc_debug_hooks flag) in __is_malloc_debug_enabled() argument
61 return __malloc_debugging_hooks & flag; in __is_malloc_debug_enabled()
65 __malloc_debug_enable (enum malloc_debug_hooks flag) in __malloc_debug_enable() argument
67 __malloc_debugging_hooks |= flag; in __malloc_debug_enable()
71 __malloc_debug_disable (enum malloc_debug_hooks flag) in __malloc_debug_disable() argument
73 __malloc_debugging_hooks &= ~flag; in __malloc_debug_disable()

Completed in 5 milliseconds