Searched refs:__is_malloc_debug_enabled (Results 1 – 5 of 5) sorted by relevance
59 __is_malloc_debug_enabled (enum malloc_debug_hooks flag) in __is_malloc_debug_enabled() function177 if ((!__is_malloc_debug_enabled (MALLOC_MCHECK_HOOK) in __debug_malloc()180 victim = (__is_malloc_debug_enabled (MALLOC_CHECK_HOOK) in __debug_malloc()183 if (__is_malloc_debug_enabled (MALLOC_MCHECK_HOOK) && victim != NULL) in __debug_malloc()185 if (__is_malloc_debug_enabled (MALLOC_MTRACE_HOOK)) in __debug_malloc()202 if (__is_malloc_debug_enabled (MALLOC_MCHECK_HOOK)) in strong_alias()207 else if (__is_malloc_debug_enabled (MALLOC_CHECK_HOOK)) in strong_alias()211 if (__is_malloc_debug_enabled (MALLOC_MTRACE_HOOK)) in strong_alias()227 if ((!__is_malloc_debug_enabled (MALLOC_MCHECK_HOOK) in strong_alias()255 else if (__is_malloc_debug_enabled (MALLOC_CHECK_HOOK)) in strong_alias()[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()
402 return __is_malloc_debug_enabled (MALLOC_CHECK_HOOK); in initialize_malloc_check()
6655 [SHLIB_COMPAT (libc_malloc_debug, GLIBC_2_0, GLIBC_2_34)](__is_malloc_debug_enabled): Remove.6757 (__is_malloc_debug_enabled): New function.
448 (__is_malloc_debug_enabled): Remove function.526 [SHLIB_COMPAT (libc_malloc_debug, GLIBC_2_0, GLIBC_2_34)](__is_malloc_debug_enabled): New.1135 (__is_malloc_debug_enabled): New function.