Searched refs:__is_malloc_debug_enabled (Results 1 – 3 of 3) sorted by relevance
59 __is_malloc_debug_enabled (enum malloc_debug_hooks flag) in __is_malloc_debug_enabled() function185 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 …]
70 bool mcheck_used = __is_malloc_debug_enabled (MALLOC_MCHECK_HOOK); in checkhdr()106 if (!__is_malloc_debug_enabled (MALLOC_MCHECK_HOOK)) in __mcheck_checkptr()
401 return __is_malloc_debug_enabled (MALLOC_CHECK_HOOK); in initialize_malloc_check()
Completed in 8 milliseconds