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

/freebsd-9.3-release/crypto/openssl/crypto/
H A Dmem.c76 static void *(*malloc_func) (size_t) = malloc; variable
79 return malloc_func(num);
155 malloc_func = m;
174 malloc_func = 0;
242 *m = (malloc_ex_func == default_malloc_ex) ? malloc_func : 0;

Completed in 44 milliseconds