BlockSuballocator
BlockSuballocator::BlockSuballocator
Constructs a BlockSuballocator with a given size.
Declaration
BlockSuballocator(size_t size);
Parameters
Name |
Type |
Description |
---|---|---|
size |
size_t |
The BlockSuballocator’s size. |
Returns
An empty BlockSuballocator.