initiatePool

This method initiates the "bookkeeping" for the allocated pool.

Visibility
Public
Signature
int initiatePool(T * const newBlock, int numOfInstances);
Parameters
newBlock

The default amount of memory to allocate

numOfInstances

The maximum number of instances that the pool is able to hold


Feedback