Reserve capacity for at least numBlocks blocks from this pool.
Declared in <bdlma_concurrentpool.h>
void
reserveCapacity(int numBlocks);
Reserve memory from this pool to satisfy memory requests for at least the specified numBlocks before the pool replenishes. The behavior is undefined unless 0 <= numBlocks.
| Name | Description |
|---|---|
| numBlocks | minimum number of blocks to reserve |