|
BDE 4.39.x Production Release
|
#include <bsls_blockgrowth.h>
This struct provides a namespace for memory block growth strategies for pools, allocators, containers, etc.
See bsls_blockgrowth
Public Types | |
| enum | Strategy { BSLS_GEOMETRIC , BSLS_CONSTANT } |
Static Public Member Functions | |
| static const char * | toAscii (BlockGrowth::Strategy value) |
|
static |
Return the string representation of the specified enumerator value. The string representation of value matches its corresponding enumerator name with the BSLS_ prefix elided.