Home | History | Annotate | Download | only in crypto

Lines Matching full:malloc_debug_func

106 static void (*malloc_debug_func)(void *,int,const char *,int,int)
116 static void (*malloc_debug_func)(void *,int,const char *,int,int) = NULL;
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);
312 if (malloc_debug_func != NULL)
313 malloc_debug_func(ret, num, file, line, 1);