Home
last modified time | relevance | path

Searched refs:MALLOC_MCHECK_HOOK (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/malloc/
Dmalloc-debug.c52 MALLOC_MCHECK_HOOK = 1 << 0, /* mcheck() */ enumerator
177 if ((!__is_malloc_debug_enabled (MALLOC_MCHECK_HOOK) in __debug_malloc()
183 if (__is_malloc_debug_enabled (MALLOC_MCHECK_HOOK) && victim != NULL) in __debug_malloc()
202 if (__is_malloc_debug_enabled (MALLOC_MCHECK_HOOK)) in strong_alias()
227 if ((!__is_malloc_debug_enabled (MALLOC_MCHECK_HOOK) in strong_alias()
260 if (__is_malloc_debug_enabled (MALLOC_MCHECK_HOOK) && victim != NULL) in strong_alias()
281 if ((!__is_malloc_debug_enabled (MALLOC_MCHECK_HOOK) in strong_alias()
288 if (__is_malloc_debug_enabled (MALLOC_MCHECK_HOOK) && victim != NULL) in strong_alias()
380 if ((!__is_malloc_debug_enabled (MALLOC_MCHECK_HOOK) in strong_alias()
388 if (__is_malloc_debug_enabled (MALLOC_MCHECK_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()
395 __malloc_debug_enable (MALLOC_MCHECK_HOOK); in __mcheck_initialize()