Searched refs:wrap_dbg_malloc (Results 1 – 1 of 1) sorted by relevance
30 static void *wrap_dbg_malloc(size_t s, const char *f, int l);47 CRYPTO_set_mem_functions(wrap_dbg_malloc, wrap_dbg_realloc, wrap_dbg_free_ex); in ssl_applink()55 CRYPTO_set_mem_ex_functions(wrap_dbg_malloc, wrap_dbg_realloc, wrap_dbg_free); in ssl_applink()73 static void *wrap_dbg_malloc(size_t s, const char *f, int l) in wrap_dbg_malloc() function