PoolAllocatorList.allocator

Undocumented in source.
struct PoolAllocatorList(size_t blockSize)
auto allocator = AllocatorList!(PoolAllocatorFactory, WasmAllocator)(PoolAllocatorFactory(blockSize));

Meta