Searched refs:flag (Results 1 – 1 of 1) sorted by relevance
59 __is_malloc_debug_enabled (enum malloc_debug_hooks flag) in __is_malloc_debug_enabled() argument61 return __malloc_debugging_hooks & flag; in __is_malloc_debug_enabled()65 __malloc_debug_enable (enum malloc_debug_hooks flag) in __malloc_debug_enable() argument67 __malloc_debugging_hooks |= flag; in __malloc_debug_enable()71 __malloc_debug_disable (enum malloc_debug_hooks flag) in __malloc_debug_disable() argument73 __malloc_debugging_hooks &= ~flag; in __malloc_debug_disable()
Completed in 6 milliseconds