Home
last modified time | relevance | path

Searched refs:async_stack_free (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/crypto/async/arch/
H A Dasync_posix.c25 static void async_stack_free(void *addr);
40 static ASYNC_stack_free_fn stack_free_impl = async_stack_free;
87 static void async_stack_free(void *addr) in async_stack_free() function