| ConfigurablePagedPool ()=default |
| Constructs a default, empty pool.
|
| ConfigurablePagedPool (DescriptorContext context, size_t capacity, size_t pageSize) |
| Constructs a pool with the given context, capacity and pageSize.
|
void | initialize (DescriptorContext context, size_t capacity, size_t pageSize) |
| Initialize the pool with the given parameters.
|
| Allocates storage for a new item and returns a pointer to the item.
|
void | deallocate (PoolDescriptor *item) |
| Deallocate the given item.
|
| Resize the pool to the given capacity.
|