#include <utils.hpp>
Collaboration diagram for allocator< T, CI >:
Public Member Functions | |
allocator () | |
~allocator () | |
void | clear () |
void | reserve (size_t n) |
T * | get () |
T * | get (size_t n) |
T * | getz () |
T * | getz (size_t n) |
size_t | size () const |
Definition at line 95 of file utils.hpp.
void allocator< T, CI >::clear | ( | ) | [inline] |
void allocator< T, CI >::reserve | ( | size_t | n | ) | [inline] |
Definition at line 116 of file utils.hpp.
Referenced by allocator< float, 4096 >::get(), and allocator< float, 4096 >::getz().
T* allocator< T, CI >::get | ( | ) | [inline] |
T* allocator< T, CI >::get | ( | size_t | n | ) | [inline] |
T* allocator< T, CI >::getz | ( | ) | [inline] |
T* allocator< T, CI >::getz | ( | size_t | n | ) | [inline] |
size_t allocator< T, CI >::size | ( | ) | const [inline] |