Home
last modified time | relevance | path

Searched refs:malloc_debug_func (Results 1 – 1 of 1) sorted by relevance

/external/openssl/crypto/
Dmem.c106 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; in CRYPTO_set_mem_debug_functions()
244 if (m != NULL) *m=malloc_debug_func; in CRYPTO_get_mem_debug_functions()
259 if (malloc_debug_func != NULL) in CRYPTO_malloc_locked()
262 malloc_debug_func(NULL, num, file, line, 0); in CRYPTO_malloc_locked()
268 if (malloc_debug_func != NULL) in CRYPTO_malloc_locked()
269 malloc_debug_func(ret, num, file, line, 1); in CRYPTO_malloc_locked()
303 if (malloc_debug_func != NULL) in CRYPTO_malloc()
306 malloc_debug_func(NULL, num, file, line, 0); in CRYPTO_malloc()
[all …]