File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -171,15 +171,17 @@ UMF_BENCHMARK_REGISTER_F(multiple_malloc_free_benchmark,
171
171
UMF_BENCHMARK_TEMPLATE_DEFINE (multiple_malloc_free_benchmark,
172
172
jemalloc_pool_fixedprovider, fixed_alloc_size,
173
173
pool_allocator<jemalloc_pool<fixed_provider>>);
174
- UMF_BENCHMARK_REGISTER_F (multiple_malloc_free_benchmark, jemalloc_pool_fix)
174
+ UMF_BENCHMARK_REGISTER_F (multiple_malloc_free_benchmark,
175
+ jemalloc_pool_fixedprovider)
175
176
->Apply(&default_multiple_alloc_fix_size)
176
177
->Apply(&multithreaded);
177
178
178
179
UMF_BENCHMARK_TEMPLATE_DEFINE (multiple_malloc_free_benchmark,
179
180
jemalloc_pool_uniform_fixedprovider,
180
181
uniform_alloc_size,
181
182
pool_allocator<jemalloc_pool<fixed_provider>>);
182
- UMF_BENCHMARK_REGISTER_F (multiple_malloc_free_benchmark, jemalloc_pool_uniform)
183
+ UMF_BENCHMARK_REGISTER_F (multiple_malloc_free_benchmark,
184
+ jemalloc_pool_uniform_fixedprovider)
183
185
->Apply(&default_multiple_alloc_uniform_size)
184
186
->Apply(&multithreaded);
185
187
You can’t perform that action at this time.
0 commit comments