Home
last modified time | relevance | path

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

/openssl/test/
H A Dasynctest.c424 static void test_free_stack(void *addr) in test_free_stack() function
436 if (ASYNC_set_mem_functions(test_alloc_stack, test_free_stack) == 0) return 1; in test_ASYNC_set_mem_functions()
440 if ((alloc_fn != test_alloc_stack) || (free_fn != test_free_stack)) { in test_ASYNC_set_mem_functions()

Completed in 6 milliseconds