Home
last modified time | relevance | path

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

/crypto/
A Dmem.c23 static CRYPTO_malloc_fn malloc_impl = CRYPTO_malloc; variable
66 malloc_impl = malloc_fn; in CRYPTO_set_mem_functions()
79 *malloc_fn = malloc_impl; in CRYPTO_get_mem_functions()
192 if (malloc_impl != CRYPTO_malloc) { in CRYPTO_malloc()
193 ptr = malloc_impl(num, file, line); in CRYPTO_malloc()
250 if (malloc_impl == CRYPTO_malloc) { in CRYPTO_aligned_alloc()

Completed in 11 milliseconds