Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/async/arch/
H A Dasync_posix.c24 static void *async_stack_alloc(size_t *num);
39 static ASYNC_stack_alloc_fn stack_alloc_impl = async_stack_alloc;
82 static void *async_stack_alloc(size_t *num) in async_stack_alloc() function