test detail::pool_alloc

This commit is contained in:
mutouyun 2018-12-30 20:45:32 +08:00
parent cba780e9dc
commit 2b0f39e96e

View File

@ -112,7 +112,7 @@ void benchmark_alloc() {
void Unit::test_alloc_free() { void Unit::test_alloc_free() {
benchmark_alloc<ipc::mem::static_alloc>(); benchmark_alloc<ipc::mem::static_alloc>();
benchmark_alloc<ipc::mem::pool_alloc>(); benchmark_alloc<ipc::mem::detail::pool_alloc>();
} }
template <typename AllocT, typename ModeT, int ThreadsN> template <typename AllocT, typename ModeT, int ThreadsN>