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