[#BloombergLP-bslstl-SimplePool-2constructor-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/SimplePool.adoc[SimplePool]::SimplePool :relfileprefix: ../../../ :mrdocs: Create a memory pool, adopting all outstanding memory allocations associated with the specified `original` pool, that returns blocks of contiguous memory of the sizeof the paramterized `VALUE` using the allocator associated with `original`. The chunk size is set to that of `original` and continues to double in size up to an implementation defined maximum number of blocks per chunk. Note that `original` is left in a valid but unspecified state. == Synopsis Declared in `<bslstl_simplepool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- SimplePool(xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<SimplePool>] original); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#