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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A 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
189 malloc_debug_func=m;
242 if (m != NULL) *m=malloc_debug_func;
258 if (malloc_debug_func != NULL)
261 malloc_debug_func(NULL, num, file, line, 0);
267 if (malloc_debug_func != NULL)
268 malloc_debug_func(ret, num, file, line, 1);
299 if (malloc_debug_func != NULL)
302 malloc_debug_func(NUL
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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 135 milliseconds