Searched refs:malloc_check (Results 1 – 2 of 2) sorted by relevance
192 malloc_check (size_t sz) in malloc_check() function258 return malloc_check (bytes); in realloc_check()342 return malloc_check (bytes); in memalign_check()
181 ? malloc_check (bytes) : __libc_malloc (bytes)); in __debug_malloc()384 ? malloc_check (bytes) : __libc_malloc (bytes)); in strong_alias()
Completed in 6 milliseconds