HomeSort by relevance Sort by last modified time
    Searched full:malloc_debug_func (Results 1 - 1 of 1) sorted by null

  /external/openssl/crypto/
mem.c 106 static void (*malloc_debug_func)(void *,int,const char *,int,int) variable
124 static void (*malloc_debug_func)(void *,int,const char *,int,int) = NULL; variable
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)
    [all...]

Completed in 11 milliseconds