Allocates memory from the DgnPlatform small block heap. More...
#include <HeapzoneAllocator.h>
Classes | |
struct | rebind |
Public Types | |
typedef T | value_type |
typedef T * | pointer |
typedef const T * | const_pointer |
typedef T & | reference |
typedef const T & | const_reference |
typedef std::size_t | size_type |
typedef std::ptrdiff_t | difference_type |
Public Member Functions | |
pointer | address (reference value) const |
const_pointer | address (const_reference value) const |
HeapzoneAllocator () throw () | |
HeapzoneAllocator (const HeapzoneAllocator &cc) throw () | |
template<class U > | |
HeapzoneAllocator (const HeapzoneAllocator< U > &cc) throw () | |
~HeapzoneAllocator () throw () | |
size_type | max_size () const throw () |
pointer | allocate (size_type num, const void *=0) |
void | construct (pointer p, const T &value) |
void | destroy (pointer p) |
void | deallocate (pointer p, size_type num) |
Allocates memory from the DgnPlatform small block heap.
typedef const T* const_pointer |
typedef const T& const_reference |
typedef std::ptrdiff_t difference_type |
typedef T* pointer |
typedef T& reference |
typedef std::size_t size_type |
typedef T value_type |
HeapzoneAllocator | ( | ) | ||
throw | ( | |||
) |
HeapzoneAllocator | ( | const HeapzoneAllocator< T > & | cc | ) | |
throw | ( | ||||
) |
HeapzoneAllocator | ( | const HeapzoneAllocator< U > & | cc | ) | |
throw | ( | ||||
) |
~HeapzoneAllocator | ( | ) | ||
throw | ( | |||
) |
const_pointer address | ( | const_reference | value | ) | const |
References Bentley::toolSubsystem_allocSmallBlock().
void construct | ( | pointer | p, |
const T & | value | ||
) |
References Bentley::toolSubsystem_freeSmallBlock().
void destroy | ( | pointer | p | ) |
size_type max_size | ( | ) | const | |
throw | ( | |||
) |