MemoryPool

alias MemoryPool = AllocatorList!(
(
size_t n
)
=> Region!Mallocator(max(n, size_t(1024 * 1024)))
, Mallocator)

Meta