Searched refs:_malloc_dbg (Results 1 – 3 of 3) sorted by relevance
165 #define malloc(size) _malloc_dbg((size), KMP_MEM_BLOCK, __FILE__, __LINE__)173 _malloc_dbg((size), KMP_MEM_BLOCK, (file), (line))
36 INTERCEPT_WRAP_W_WWWW(_malloc_dbg)
108 void *_malloc_dbg(size_t size, int, const char *, int) { in _malloc_dbg() function