Searched refs:__debug_malloc (Results 1 – 2 of 2) sorted by relevance
232 *victimp = __debug_malloc (size); in memalign_mcheck_before()283 *victimp = __debug_malloc (size); in realloc_mcheck_before()391 __debug_free (__debug_malloc (0)); in __mcheck_initialize()
134 return __debug_malloc (sz); in malloc_hook_ini()169 __debug_malloc (size_t bytes) in __debug_malloc() function190 strong_alias (__debug_malloc, malloc) in strong_alias() argument242 victim = __debug_malloc (bytes); in strong_alias()
Completed in 6 milliseconds