HomeSort by: relevance | last modified time | path
    Searched defs:test_free_stack (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
asynctest.c 423 static void test_free_stack(void *addr) function
435 if (ASYNC_set_mem_functions(test_alloc_stack, test_free_stack) == 0)
440 if ((alloc_fn != test_alloc_stack) || (free_fn != test_free_stack)) {
asynctest.c 423 static void test_free_stack(void *addr) function
435 if (ASYNC_set_mem_functions(test_alloc_stack, test_free_stack) == 0)
440 if ((alloc_fn != test_alloc_stack) || (free_fn != test_free_stack)) {

Completed in 205 milliseconds