Allocate a new buffer with the buffer size specified at construction and load it into the specified buffer.
Declared in <bdlbb_pooledblobbufferfactory.h>
virtual
void
allocate(BlobBuffer* buffer) override;
Note that destruction of the bdlbb::PooledBlobBufferFactory object releases all BlobBuffer objects allocated via this factory.
| Name | Description |
|---|---|
| buffer | blob buffer to receive the newly allocated buffer |