Deallocator callback type used by CRYPTO_set_mem_functions().
Declared in <openssl/crypto.h>
typedef void(* CRYPTO_free_fn)(void*, char const*, int);
| Name | Description |
|---|---|
| addr | Memory to free (may be NULL depending on implementation). |
| file | Source file associated with the free site. |
| line | Source line associated with the free site. |