Searched refs:free_impl (Results 1 – 1 of 1) sorted by relevance
30 static void (*free_impl)(void *, const char *, int) variable72 free_impl = f; in CRYPTO_set_mem_functions()94 *f = free_impl; in CRYPTO_get_mem_functions()298 if (free_impl != NULL && free_impl != &CRYPTO_free) { in CRYPTO_free()299 free_impl(str, file, line); in CRYPTO_free()