We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee247d commit 39659acCopy full SHA for 39659ac
1 file changed
benchmark/benchmark.cpp
@@ -89,7 +89,8 @@ UMF_BENCHMARK_TEMPLATE_DEFINE(multiple_malloc_free_benchmark,
89
disjoint_pool_uniform, uniform_alloc_size,
90
pool_allocator<disjoint_pool<os_provider>>);
91
UMF_BENCHMARK_REGISTER_F(multiple_malloc_free_benchmark, disjoint_pool_uniform)
92
- ->Apply(&default_multiple_alloc_uniform_size);
+ ->Apply(&default_multiple_alloc_uniform_size)
93
+ ->Apply(&multithreaded);
94
95
#ifdef UMF_POOL_JEMALLOC_ENABLED
96
UMF_BENCHMARK_TEMPLATE_DEFINE(multiple_malloc_free_benchmark, jemalloc_pool_fix,
0 commit comments