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
Name |
Description |
ptr |
Existing allocation to resize, or NULL. |
num |
New size in bytes. |
file |
Source file name for leak tracking, or NULL. |
line |
Source line for leak tracking. |
Created with MrDocs