CRYPTO_free_fn

Deallocator callback type used by CRYPTO_set_mem_functions().

Synopsis

Declared in <openssl/crypto.h>

typedef void(* CRYPTO_free_fn)(void*, char const*, int);

Parameters

NameDescription
addrMemory to free (may be NULL depending on implementation).
fileSource file associated with the free site.
lineSource line associated with the free site.