class StaticPoolAlloc

template<class T, int ElemsPerBlock = 512, int Alignment = 4, bool Lock = true>

Helper class used by GlobalPoolAlloc that allocates a static pool allocator.

GlobalPoolAlloc cannot do it directly since it gets specialized which means the static members would need to be defined in the implementation file, which complicates its usage.