The Allocator class is a memory allocator suitable for STL container classes that uses memory in the Visualize memory space. More...
#include <hps.h>
Classes | |
struct | rebind |
Public Types | |
typedef T | value_type |
typedef value_type * | pointer |
typedef value_type const * | const_pointer |
typedef value_type & | reference |
typedef value_type const & | const_reference |
typedef size_t | size_type |
typedef ptrdiff_t | difference_type |
Public Member Functions | |
Allocator () | |
Allocator (Allocator< T > const &in_that) | |
~Allocator () | |
template<typename U > | |
Allocator (Allocator< U > const &) | |
pointer | address (reference x) const |
const_pointer | address (const_reference x) const |
pointer | allocate (size_type n, void *v=0) |
void | deallocate (pointer p, size_type n) |
template<typename U , typename... Args> | |
void | construct (U *p, Args &&... args) |
void | destroy (pointer p) |
size_type | max_size () const |
The Allocator class is a memory allocator suitable for STL container classes that uses memory in the Visualize memory space.
typedef value_type const* HPS::Allocator< T >::const_pointer |
typedef value_type const& HPS::Allocator< T >::const_reference |
typedef ptrdiff_t HPS::Allocator< T >::difference_type |
typedef value_type* HPS::Allocator< T >::pointer |
typedef value_type& HPS::Allocator< T >::reference |
typedef size_t HPS::Allocator< T >::size_type |
typedef T HPS::Allocator< T >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |