test/mpool_tests.h

changeset 134
4d320dc3a7af
parent 113
8693d7874773
child 177
11ad03783baf
equal deleted inserted replaced
133:0a70e0d36949 134:4d320dc3a7af
34 34
35 #ifdef __cplusplus 35 #ifdef __cplusplus
36 extern "C" { 36 extern "C" {
37 #endif 37 #endif
38 38
39 UCX_TEST_DECLARE(test_ucx_mempool_new); 39 UCX_TEST(test_ucx_mempool_new);
40 UCX_TEST_DECLARE(test_ucx_mempool_malloc); 40 UCX_TEST(test_ucx_mempool_malloc);
41 UCX_TEST_DECLARE(test_ucx_mempool_malloc_with_chcap); 41 UCX_TEST(test_ucx_mempool_malloc_with_chcap);
42 UCX_TEST_DECLARE(test_ucx_mempool_calloc); 42 UCX_TEST(test_ucx_mempool_calloc);
43 UCX_TEST_DECLARE(test_ucx_mempool_free); 43 UCX_TEST(test_ucx_mempool_free);
44 UCX_TEST_DECLARE(test_ucx_mempool_set_destr); 44 UCX_TEST(test_ucx_mempool_set_destr);
45 UCX_TEST_DECLARE(test_ucx_mempool_reg_destr); 45 UCX_TEST(test_ucx_mempool_reg_destr);
46 UCX_TEST_DECLARE(test_ucx_mempool_realloc); 46 UCX_TEST(test_ucx_mempool_realloc);
47 47
48 #ifdef __cplusplus 48 #ifdef __cplusplus
49 } 49 }
50 #endif 50 #endif
51 51

mercurial