[#BloombergLP-bdlbb-Blob-reserveBufferCapacity] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlbb.adoc[bdlbb]::xref:BloombergLP/bdlbb/Blob.adoc[Blob]::reserveBufferCapacity :relfileprefix: ../../../ :mrdocs: Allocate sufficient capacity to store at least the specified `numBuffers` buffers. The behavior is undefined unless `0 <= numBuffers`. Note that this method does not change the length of this blob or add any buffers to it. Note also that the internal capacity will be increased to maintain a geometric growth factor. == Synopsis Declared in `<bdlbb_blob.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void reserveBufferCapacity(int numBuffers); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#