irr::core::irrAllocatorFast< T > Class Template Reference
Fast allocator, only to be used in containers inside the same memory heap.
More...
#include <irrAllocator.h>
List of all members.
|
Public Member Functions |
T * | allocate (size_t cnt) |
| Allocate memory for an array of objects.
|
void | construct (T *ptr, const T &e) |
| Construct an element.
|
void | deallocate (T *ptr) |
| Deallocate memory for an array of objects.
|
void | destruct (T *ptr) |
| Destruct an element.
|
Detailed Description
template<typename T>
class irr::core::irrAllocatorFast< T >
Fast allocator, only to be used in containers inside the same memory heap.
Containers using it are NOT able to be used it across dll boundaries. Use this when using in an internal class or function or when compiled into a static lib
Definition at line 75 of file irrAllocator.h.
Member Function Documentation
The documentation for this class was generated from the following file: