Home
last modified time | relevance | path

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

/glibc-2.36/malloc/
Dmalloc-debug.c59 __is_malloc_debug_enabled (enum malloc_debug_hooks flag) in __is_malloc_debug_enabled() function
177 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 …]
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()
Dmalloc-check.c402 return __is_malloc_debug_enabled (MALLOC_CHECK_HOOK); in initialize_malloc_check()
/glibc-2.36/ChangeLog.old/
DChangeLog.246655 [SHLIB_COMPAT (libc_malloc_debug, GLIBC_2_0, GLIBC_2_34)](__is_malloc_debug_enabled): Remove.
6757 (__is_malloc_debug_enabled): New function.
DChangeLog.23448 (__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.