|
FreeTensor
|
#include <allocator.h>
Public Types | |
| typedef T | value_type |
| typedef std::true_type | is_always_equal |
Public Member Functions | |
| Allocator () | |
| template<class U > | |
| Allocator (const Allocator< U > &other) | |
| template<class U > | |
| Allocator (Allocator< U > &&other) | |
| T * | allocate (size_t n) |
| void | deallocate (T *p, size_t n) |
| template<class... Args> | |
| void | construct (T *p, Args &&...args) |
| typedef std::true_type freetensor::Allocator< T >::is_always_equal |
| typedef T freetensor::Allocator< T >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |