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

/freebsd-10-stable/crypto/openssl/crypto/
H A Dmem.c112 static void (*malloc_debug_func) (void *, int, const char *, int, int) variable
125 static void (*malloc_debug_func) (void *, int, const char *, int, int) = NULL; variable
208 malloc_debug_func = m;
269 *m = malloc_debug_func;
289 if (malloc_debug_func != NULL) {
292 malloc_debug_func(NULL, num, file, line, 0);
298 if (malloc_debug_func != NULL)
299 malloc_debug_func(ret, num, file, line, 1);
337 if (malloc_debug_func != NULL) {
340 malloc_debug_func(NUL
[all...]

Completed in 181 milliseconds