test/mpool_tests.h

changeset 113
8693d7874773
parent 103
08018864fb91
child 134
4d320dc3a7af
equal deleted inserted replaced
112:6384016df2a3 113:8693d7874773
38 38
39 UCX_TEST_DECLARE(test_ucx_mempool_new); 39 UCX_TEST_DECLARE(test_ucx_mempool_new);
40 UCX_TEST_DECLARE(test_ucx_mempool_malloc); 40 UCX_TEST_DECLARE(test_ucx_mempool_malloc);
41 UCX_TEST_DECLARE(test_ucx_mempool_malloc_with_chcap); 41 UCX_TEST_DECLARE(test_ucx_mempool_malloc_with_chcap);
42 UCX_TEST_DECLARE(test_ucx_mempool_calloc); 42 UCX_TEST_DECLARE(test_ucx_mempool_calloc);
43 UCX_TEST_DECLARE(test_ucx_mempool_free);
43 UCX_TEST_DECLARE(test_ucx_mempool_set_destr); 44 UCX_TEST_DECLARE(test_ucx_mempool_set_destr);
44 UCX_TEST_DECLARE(test_ucx_mempool_reg_destr); 45 UCX_TEST_DECLARE(test_ucx_mempool_reg_destr);
45 UCX_TEST_DECLARE(test_ucx_mempool_realloc); 46 UCX_TEST_DECLARE(test_ucx_mempool_realloc);
46 47
47 #ifdef __cplusplus 48 #ifdef __cplusplus

mercurial