Create an empty allocator object with the specified replenishHint as the minimum number of bytes to allocate when memory needs to grow.

Synopsis

Declared in <bdlma_heapbypassallocator.h>

explicit
HeapBypassAllocator(size_type replenishHint);

Created with MrDocs