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