Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
P6UINT32 P6R::P6HEAPPOOLENT::cGrowBy

The number of allocation units to grow the pool by if it runs out of allocation units.

This may be set to 0 to prevent the pool from growing. If set to 0 and alloc() is called when the pool is out of allocation units, and error of eNoMemory will be returned by p6IMemPool::alloc().

Definition at line 36 of file p6heappool.h.