test/mpool_tests.h

changeset 59
c80c910fe191
parent 28
1666cbeb1db8
child 103
08018864fb91
equal deleted inserted replaced
58:733f22fca61a 59:c80c910fe191
10 10
11 #ifdef __cplusplus 11 #ifdef __cplusplus
12 extern "C" { 12 extern "C" {
13 #endif 13 #endif
14 14
15 UCX_TEST_DECLARE(test_ucx_mempool_new) 15 UCX_TEST_DECLARE(test_ucx_mempool_new);
16 UCX_TEST_DECLARE(test_ucx_mempool_malloc) 16 UCX_TEST_DECLARE(test_ucx_mempool_malloc);
17 UCX_TEST_DECLARE(test_ucx_mempool_malloc_with_chcap) 17 UCX_TEST_DECLARE(test_ucx_mempool_malloc_with_chcap);
18 UCX_TEST_DECLARE(test_ucx_mempool_calloc) 18 UCX_TEST_DECLARE(test_ucx_mempool_calloc);
19 UCX_TEST_DECLARE(test_ucx_mempool_set_destr) 19 UCX_TEST_DECLARE(test_ucx_mempool_set_destr);
20 UCX_TEST_DECLARE(test_ucx_mempool_reg_destr) 20 UCX_TEST_DECLARE(test_ucx_mempool_reg_destr);
21 UCX_TEST_DECLARE(test_ucx_mempool_realloc) 21 UCX_TEST_DECLARE(test_ucx_mempool_realloc);
22 22
23 #ifdef __cplusplus 23 #ifdef __cplusplus
24 } 24 }
25 #endif 25 #endif
26 26

mercurial