Searched defs:CRYPTO_dbg_malloc (Results 1 - 1 of 1) sorted by relevance

/external/openssl/crypto/
H A Dmem_dbg.c481 void CRYPTO_dbg_malloc(void *addr, int num, const char *file, int line, function
611 fprintf(stderr, "LEVITTE_DEBUG_MEM: --> CRYPTO_dbg_malloc(addr1 = %p, addr2 = %p, num = %d, file = \"%s\", line = %d, before_p = %d)\n",
625 CRYPTO_dbg_malloc(addr2, num, file, line, 128 | before_p);

Completed in 633 milliseconds