setAllocator

This method sets the allocation method.

Visibility
Public
Signature
void setAllocator(T * (*newAllocator)(int))
Parameters
newAllocator

The callback called when the pool runs out of memory


Feedback