mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-06 16:56:45 +08:00
test detail::pool_alloc
This commit is contained in:
parent
cba780e9dc
commit
2b0f39e96e
@ -112,7 +112,7 @@ void benchmark_alloc() {
|
||||
|
||||
void Unit::test_alloc_free() {
|
||||
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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user