Lines Matching full:malloc_debug_func
106 static void (*malloc_debug_func)(void *,int,const char *,int,int)
124 static void (*malloc_debug_func)(void *,int,const char *,int,int) = NULL;
204 malloc_debug_func=m;
266 if (m != NULL) *m=malloc_debug_func;
282 if (malloc_debug_func != NULL)
285 malloc_debug_func(NULL, num, file, line, 0);
291 if (malloc_debug_func != NULL)
292 malloc_debug_func(ret, num, file, line, 1);
323 if (malloc_debug_func != NULL)
326 malloc_debug_func(NULL, num, file, line, 0);
332 if (malloc_debug_func != NULL)
333 malloc_debug_func(ret, num, file, line, 1);