Searched refs:malloc_ex_func (Results 1 – 1 of 1) sorted by relevance
82 static void *(*malloc_ex_func) (size_t, const char *file, int line) variable144 malloc_ex_func = default_malloc_ex; in CRYPTO_set_mem_functions()163 malloc_ex_func = m; in CRYPTO_set_mem_ex_functions()221 *m = (malloc_ex_func == default_malloc_ex) ? malloc_func : 0; in CRYPTO_get_mem_functions()233 *m = (malloc_ex_func != default_malloc_ex) ? malloc_ex_func : 0; in CRYPTO_get_mem_ex_functions()342 ret = malloc_ex_func(num, file, line); in CRYPTO_malloc()418 ret = malloc_ex_func(num, file, line); in CRYPTO_realloc_clean()