Free a stack previously returned by an ASYNC_stack_alloc_fn callback.

Synopsis

Declared in <openssl/async.h>

typedef void(* ASYNC_stack_free_fn)(void*);

Parameters

Name

Description

addr

Stack base pointer returned by the matching allocator.

Created with MrDocs