Home
last modified time | relevance | path

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

/malloc/
A Dmalloc-debug.c59 __is_malloc_debug_enabled (enum malloc_debug_hooks flag) in __is_malloc_debug_enabled() function
185 if (__is_malloc_debug_enabled (MALLOC_MTRACE_HOOK)) in __debug_malloc()
202 if (__is_malloc_debug_enabled (MALLOC_MCHECK_HOOK)) in strong_alias()
211 if (__is_malloc_debug_enabled (MALLOC_MTRACE_HOOK)) in strong_alias()
263 if (__is_malloc_debug_enabled (MALLOC_MTRACE_HOOK)) in strong_alias()
407 if (__is_malloc_debug_enabled (MALLOC_CHECK_HOOK)) in strong_alias()
430 if (__is_malloc_debug_enabled (MALLOC_CHECK_HOOK)) in malloc_info()
443 if (__is_malloc_debug_enabled (MALLOC_CHECK_HOOK)) in mallopt()
456 if (__is_malloc_debug_enabled (MALLOC_CHECK_HOOK)) in malloc_stats()
469 if (__is_malloc_debug_enabled (MALLOC_CHECK_HOOK)) in mallinfo2()
[all …]
A Dmcheck-impl.c70 bool mcheck_used = __is_malloc_debug_enabled (MALLOC_MCHECK_HOOK); in checkhdr()
106 if (!__is_malloc_debug_enabled (MALLOC_MCHECK_HOOK)) in __mcheck_checkptr()
A Dmalloc-check.c401 return __is_malloc_debug_enabled (MALLOC_CHECK_HOOK); in initialize_malloc_check()

Completed in 8 milliseconds