template<typename AllocatedType , const unsigned int objectPerAllocation>
template<typename AllocatedType , const unsigned int objectPerAllocation>
template<typename AllocatedType , const unsigned int objectPerAllocation>
template<typename AllocatedType , const unsigned int objectPerAllocation>
allocate space for an array of objectPerAllocation object.
- Warning
- it is the responsability of the caller to call objects constructors.
template<typename AllocatedType , const unsigned int objectPerAllocation>
template<typename AllocatedType , const unsigned int objectPerAllocation>
template<typename AllocatedType , const unsigned int objectPerAllocation>
Release the object.
- Warning
- it is the responsability of the caller to actually destruct the object.
template<typename AllocatedType , const unsigned int objectPerAllocation>
template<typename AllocatedType , const unsigned int objectPerAllocation>
template<typename AllocatedType , const unsigned int objectPerAllocation>
Head of a single linked list within the allocated space of freeed object.
template<typename AllocatedType , const unsigned int objectPerAllocation>
The documentation for this class was generated from the following file: