Lines Matching refs:__is_malloc_debug_enabled
59 __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()
260 if (__is_malloc_debug_enabled (MALLOC_MCHECK_HOOK) && victim != NULL) in strong_alias()
263 if (__is_malloc_debug_enabled (MALLOC_MTRACE_HOOK)) in strong_alias()
281 if ((!__is_malloc_debug_enabled (MALLOC_MCHECK_HOOK) in strong_alias()
284 victim = (__is_malloc_debug_enabled (MALLOC_CHECK_HOOK) in strong_alias()
288 if (__is_malloc_debug_enabled (MALLOC_MCHECK_HOOK) && victim != NULL) in strong_alias()
290 if (__is_malloc_debug_enabled (MALLOC_MTRACE_HOOK)) in strong_alias()
380 if ((!__is_malloc_debug_enabled (MALLOC_MCHECK_HOOK) in strong_alias()
383 victim = (__is_malloc_debug_enabled (MALLOC_CHECK_HOOK) in strong_alias()
388 if (__is_malloc_debug_enabled (MALLOC_MCHECK_HOOK)) in strong_alias()
392 if (__is_malloc_debug_enabled (MALLOC_MTRACE_HOOK)) in strong_alias()
405 if (__is_malloc_debug_enabled (MALLOC_MCHECK_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()
485 if (__is_malloc_debug_enabled (MALLOC_CHECK_HOOK)) in mallinfo()
501 if (__is_malloc_debug_enabled (MALLOC_CHECK_HOOK)) in malloc_trim()
574 bool check_was_enabled = __is_malloc_debug_enabled (MALLOC_CHECK_HOOK); in malloc_set_state()