mem.c | 106 static void (*malloc_debug_func)(void *,int,const char *,int,int) variable 116 static void (*malloc_debug_func)(void *,int,const char *,int,int) = NULL; variable 191 malloc_debug_func=m; 244 if (m != NULL) *m=malloc_debug_func; 259 if (malloc_debug_func != NULL) 262 malloc_debug_func(NULL, num, file, line, 0); 268 if (malloc_debug_func != NULL) 269 malloc_debug_func(ret, num, file, line, 1); 303 if (malloc_debug_func != NULL) 306 malloc_debug_func(NULL, num, file, line, 0) [all...] |