MyTypedAllocator

Undocumented in source.
alias MyTypedAllocator = AllocatorList!(
(
size_t n
)
=> Region!Mallocator(max(n, 1024 * 1024))
)

Meta