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

/freebsd-9.3-release/crypto/openssl/crypto/
H A Dmem.c114 static void (*realloc_debug_func) (void *, void *, int, const char *, int, variable
134 static void (*realloc_debug_func) (void *, void *, int, const char *, int, variable
220 realloc_debug_func = r;
292 *r = realloc_debug_func;
385 if (realloc_debug_func != NULL)
386 realloc_debug_func(str, NULL, num, file, line, 0);
392 if (realloc_debug_func != NULL)
393 realloc_debug_func(str, ret, num, file, line, 1);
416 if (realloc_debug_func != NULL)
417 realloc_debug_func(st
[all...]

Completed in 36 milliseconds