Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/async/arch/
H A Dasync_posix.c39 static ASYNC_stack_alloc_fn stack_alloc_impl = async_stack_alloc; variable
67 stack_alloc_impl = alloc_fn; in ASYNC_set_mem_functions()
77 *alloc_fn = stack_alloc_impl; in ASYNC_get_mem_functions()
115 fibre->fibre.uc_stack.ss_sp = stack_alloc_impl(&num); in async_fibre_makecontext()