| pcBlock | A pointer to a P6R::P6UINT32 in which will be placed the original allocation unit size of this pool. |
| pcActual | A pointer to a P6R::P6UINT32 in which will be placed the actual allocation unit size of this pool after various fixups (such as alignment) considerations. |
| pcInitial | A pointer to a P6R::P6UINT32 in which will be placed the initial number of allocation units. |
| pcGrowby | A pointer to a P6R::P6UINT32 in which will be placed the growby value. |
| pcTotal | A pointer to a P6R::P6UINT32 in which will be placed the current total number of allocation units in this pool. |
| pcFree | A pointer to a P6R::P6UINT32 in which will be placed the number of allocation units in this pool. |
| pcHighWater | A pointer to a P6R::P6UINT32 in which will be placed the high water mark allocation count. The highest pool allocation usage value for the lif of the pool. |