Home
last modified time | relevance | path

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

/external/openssl/crypto/
Dmem.c77 static void *(*malloc_func)(size_t) = malloc; variable
79 { return malloc_func(num); } in default_malloc_ex()
133 malloc_func=m; malloc_ex_func=default_malloc_ex; in CRYPTO_set_mem_functions()
150 malloc_func=0; malloc_ex_func=m; in CRYPTO_set_mem_ex_functions()
204 malloc_func : 0; in CRYPTO_get_mem_functions()