Searched refs:malloc_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.c77 static void *(*malloc_func)(size_t) = malloc; variable
79 { return malloc_func(num); }
132 malloc_func=m; malloc_ex_func=default_malloc_ex;
149 malloc_func=0; malloc_ex_func=m;
202 malloc_func : 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dmem.c76 static void *(*malloc_func) (size_t) = malloc; variable
79 return malloc_func(num);
143 malloc_func = m;
162 malloc_func = 0;
221 *m = (malloc_ex_func == default_malloc_ex) ? malloc_func : 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dmem.c76 static void *(*malloc_func) (size_t) = malloc; variable
79 return malloc_func(num);
143 malloc_func = m;
162 malloc_func = 0;
221 *m = (malloc_ex_func == default_malloc_ex) ? malloc_func : 0;

Completed in 78 milliseconds