2 changed files with 4605 additions and 0 deletions
File diff suppressed because it is too large
@ -0,0 +1,8 @@ |
|||||
|
#pragma once |
||||
|
|
||||
|
#include <mimalloc.h> |
||||
|
|
||||
|
#include "detail/hive_detail.hpp" |
||||
|
|
||||
|
template <typename T> |
||||
|
using hive_mp = detail::hive<T, mi_stl_allocator<T>>; |
||||
Loading…
Reference in new issue