Searched refs:default_malloc_ex (Results 1 – 1 of 1) sorted by relevance
78 static void *default_malloc_ex(size_t num, const char *file, int line) in default_malloc_ex() function81 = default_malloc_ex;133 malloc_func=m; malloc_ex_func=default_malloc_ex; in CRYPTO_set_mem_functions()203 if (m != NULL) *m = (malloc_ex_func == default_malloc_ex) ? in CRYPTO_get_mem_functions()215 if (m != NULL) *m = (malloc_ex_func != default_malloc_ex) ? in CRYPTO_get_mem_ex_functions()