Constructors
Declared in <bdlma_heapbypassallocator.h>
Create an empty heap-bypass allocator.
HeapBypassAllocator();
» more...
Create an empty allocator with the specified minimum replenishment size.
explicit
HeapBypassAllocator(size_type replenishHint);
» more...
| Name | Description |
|---|---|
| replenishHint | minimum number of bytes to allocate at a time when the allocator's memory needs to grow |