Home
last modified time | relevance | path

Searched refs:CRYPTO_mem_debug_malloc (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/crypto/openssl/crypto/
H A Dmem.c214 CRYPTO_mem_debug_malloc(NULL, num, 0, file, line); in CRYPTO_malloc()
216 CRYPTO_mem_debug_malloc(ret, num, 1, file, line); in CRYPTO_malloc()
H A Dmem_dbg.c315 void CRYPTO_mem_debug_malloc(void *addr, size_t num, int before_p, in CRYPTO_mem_debug_malloc() function
423 CRYPTO_mem_debug_malloc(addr2, num, 128 | before_p, file, line); in CRYPTO_mem_debug_realloc()
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dcrypto.h306 void CRYPTO_mem_debug_malloc(void *addr, size_t num, int flag,