[#BloombergLP-bdlma-SequentialPool-reserveCapacity] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlma.adoc[bdlma]::xref:BloombergLP/bdlma/SequentialPool.adoc[SequentialPool]::reserveCapacity :relfileprefix: ../../../ :mrdocs: Reserve sufficient memory to satisfy allocation requests for at least the specified `numBytes` without replenishment (i.e., without dynamic allocation). If `numBytes` is 0, no memory is reserved. Note that, when the `numBytes` is distributed over multiple `allocate` requests ‐ due to alignment effects ‐ it is possible that not all `numBytes` of memory will be used for allocation before triggering dynamic allocation. == Synopsis Declared in `<bdlma_sequentialpool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void reserveCapacity(xref:BloombergLP/bsls/Types/size_type.adoc[bsls::Types::size_type] numBytes); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#