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.

Synopsis

Declared in <bdlma_concurrentpool.h>

void
reserveCapacity(int numBlocks);

Created with MrDocs