[#BloombergLP-bsls-BlockGrowth] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::BlockGrowth :relfileprefix: ../../ :mrdocs: This struct provides a namespace for memory block growth strategies for pools, allocators, containers, etc. == Synopsis Declared in `<bsls_blockgrowth.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct BlockGrowth; ---- == Enums [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bsls/BlockGrowth/Strategy.adoc[`Strategy`] | Memory block growth strategies for pools and allocators. |=== == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bsls/BlockGrowth/toAscii.adoc[`toAscii`] | Return the string representation of the specified enumerator `value`. The string representation of `value` matches its corresponding enumerator name with the `BSLS_` prefix elided. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#