dyn_MEM_realloc_fn

Reallocator callback supplied by the loading application to a dynamic ENGINE.

Synopsis

Declared in <openssl/engine.h>

typedef void*(* dyn_MEM_realloc_fn)(void*, size_t, char const*, int);

Return Value

Resized allocation, or NULL on failure.

Parameters

NameDescription
ptrExisting allocation to resize, or NULL.
numNew size in bytes.
fileSource file name for leak tracking, or NULL.
lineSource line for leak tracking.