Searched refs:realloc_impl (Results 1 – 1 of 1) sorted by relevance
23 static CRYPTO_realloc_fn realloc_impl = CRYPTO_realloc; variable69 realloc_impl = realloc_fn; in CRYPTO_set_mem_functions()82 *realloc_fn = realloc_impl; in CRYPTO_get_mem_functions()305 if (realloc_impl != CRYPTO_realloc) in CRYPTO_realloc()306 return realloc_impl(str, num, file, line); in CRYPTO_realloc()