Template Class PoolAllocator

Class Documentation

template <typename T>
class PoolAllocator

Public Functions

PoolAllocator(U32 totalElements)
~PoolAllocator()
T *allocate()
void deallocate(T *data)