File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,14 @@ using umf_test::test;
1212using namespace umf_test ;
1313
1414auto defaultParams = umfOsMemoryProviderParamsDefault();
15- INSTANTIATE_TEST_SUITE_P (jemallocPoolTest, umfPoolTest,
16- ::testing::Values (poolCreateExtParams{
17- umfJemallocPoolOps (), nullptr ,
18- umfOsMemoryProviderOps (), &defaultParams,
19- nullptr }));
15+ INSTANTIATE_TEST_SUITE_P (
16+ jemallocPoolTest, umfPoolTest,
17+ ::testing::Values (poolCreateExtParams{umfJemallocPoolOps (), nullptr ,
18+ umfOsMemoryProviderOps (),
19+ &defaultParams, nullptr },
20+ poolCreateExtParams{umfJemallocPoolOps (), nullptr ,
21+ &BA_GLOBAL_PROVIDER_OPS, nullptr ,
22+ nullptr }));
2023
2124// this test makes sure that jemalloc does not use
2225// memory provider to allocate metadata (and hence
You can’t perform that action at this time.
0 commit comments