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

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.

Created with MrDocs