MCPcopy Create free account
hub / github.com/ConorWilliams/libfork / uts_libfork_alloc_busy_seq

Function uts_libfork_alloc_busy_seq

bench/source/uts/libfork.cpp:179–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179void 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
183void uts_libfork_alloc_busy_fan(benchmark::State &state, int tree) {
184 uts_libfork_alloc<lf::busy_pool, lf::numa_strategy::fan>(state, tree);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected