[#BloombergLP-bdlma-HeapBypassAllocator-2constructor-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlma.adoc[bdlma]::xref:BloombergLP/bdlma/HeapBypassAllocator.adoc[HeapBypassAllocator]::HeapBypassAllocator :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<bdlma_heapbypassallocator.h>` Create an empty heap‐bypass allocator. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlma/HeapBypassAllocator/2constructor-0e.adoc[HeapBypassAllocator](); ---- [.small]#xref:BloombergLP/bdlma/HeapBypassAllocator/2constructor-0e.adoc[_» more..._]# Create an empty allocator with the specified minimum replenishment size. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:BloombergLP/bdlma/HeapBypassAllocator/2constructor-0a.adoc[HeapBypassAllocator](xref:BloombergLP/bslma/Allocator/size_type.adoc[size_type] replenishHint); ---- [.small]#xref:BloombergLP/bdlma/HeapBypassAllocator/2constructor-0a.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *replenishHint* | minimum number of bytes to allocate at a time when the allocator's memory needs to grow |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#