File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,13 @@ os_params_unique_handle_t createOsMemoryProviderParams() {
2626}
2727auto defaultParams = createOsMemoryProviderParams();
2828
29- INSTANTIATE_TEST_SUITE_P (jemallocPoolTest, umfPoolTest,
30- ::testing::Values (poolCreateExtParams{
31- umfJemallocPoolOps (), nullptr ,
32- umfOsMemoryProviderOps (), defaultParams.get ()}));
29+ INSTANTIATE_TEST_SUITE_P (
30+ jemallocPoolTest, umfPoolTest,
31+ ::testing::Values (poolCreateExtParams{umfJemallocPoolOps (), nullptr ,
32+ umfOsMemoryProviderOps (),
33+ defaultParams.get ()},
34+ poolCreateExtParams{umfJemallocPoolOps (), nullptr ,
35+ &BA_GLOBAL_PROVIDER_OPS, nullptr }));
3336
3437// this test makes sure that jemalloc does not use
3538// memory provider to allocate metadata (and hence
You can’t perform that action at this time.
0 commit comments