Reserve capacity for at least numBlocks blocks from this pool.
Synopsis
Declared in <bdlma_pool.h>
void
reserveCapacity(int numBlocks);
Description
The behavior is undefined unless 0 <= numBlocks.
Parameters
Name |
Description |
numBlocks |
minimum number of blocks to reserve |
Created with MrDocs