Searched refs:malloc_fn (Results 1 – 2 of 2) sorted by relevance
59 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn, in CRYPTO_set_mem_functions() argument65 if (malloc_fn != NULL) in CRYPTO_set_mem_functions()66 malloc_impl = malloc_fn; in CRYPTO_set_mem_functions()74 void CRYPTO_get_mem_functions(CRYPTO_malloc_fn *malloc_fn, in CRYPTO_get_mem_functions() argument78 if (malloc_fn != NULL) in CRYPTO_get_mem_functions()79 *malloc_fn = malloc_impl; in CRYPTO_get_mem_functions()
494 CRYPTO_get_mem_functions(&fns.mem_fns.malloc_fn, &fns.mem_fns.realloc_fn, in dynamic_load()
Completed in 10 milliseconds