Reserve memory from this multipool to satisfy memory requests for at least the specified numBlocks having the specified size (in bytes) before the pool replenishes. If size is 0, this method has no effect. The behavior is undefined unless size <= maxPooledBlockSize() and 0 <= numBlocks.
Synopsis
Declared in <bdlma_concurrentmultipool.h>
void
reserveCapacity(
bsls::Types::size_type size,
int numBlocks);
Created with MrDocs