Searched refs:CRYPTO_mem_debug_malloc (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/crypto/openssl/crypto/ |
| H A D | mem.c | 214 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 D | mem_dbg.c | 315 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 D | crypto.h | 306 void CRYPTO_mem_debug_malloc(void *addr, size_t num, int flag,
|