test_alloc_stack
if (ASYNC_set_mem_functions(test_alloc_stack, test_free_stack) == 0)
if ((alloc_fn != test_alloc_stack) || (free_fn != test_free_stack)) {