PoolAllocatorList.allocator

Undocumented in source.
  1. auto allocator;
  2. auto allocator;
    struct PoolAllocatorList(T)
    static if(!(hasMember!(T, "__xdtor")))
    auto allocator = AllocatorList!(PoolAllocatorFactory, WasmAllocator)(PoolAllocatorFactory(blockSize, null));

Meta