Free memory previously allocated by CRYPTO_malloc() / OPENSSL_malloc().
Declared in <openssl/crypto.h>
void
CRYPTO_free(
void* ptr,
char const* file,
int line);
| Name | Description |
|---|---|
| ptr | Memory to free, or NULL (no-op). |
| file | Source file name for tracking (usually FILE). |
| line | Source line for tracking (usually LINE). |