| 177 | } |
| 178 | |
| 179 | void uts_libfork_alloc_busy_seq(benchmark::State &state, int tree) { |
| 180 | uts_libfork_alloc<lf::busy_pool, lf::numa_strategy::seq>(state, tree); |
| 181 | } |
| 182 | |
| 183 | void uts_libfork_alloc_busy_fan(benchmark::State &state, int tree) { |
| 184 | uts_libfork_alloc<lf::busy_pool, lf::numa_strategy::fan>(state, tree); |
nothing calls this directly
no outgoing calls
no test coverage detected