allocator for tag data More...
#include <SparseTag.hpp>
Public Member Functions | |
| SparseTagDataAllocator () | |
| constructor More... | |
| ~SparseTagDataAllocator () | |
| destructor More... | |
| void * | allocate (size_t data_size) |
| allocates memory of size and returns pointer More... | |
| void | destroy (void *p) |
| frees the memory More... | |
allocator for tag data
Definition at line 44 of file SparseTag.hpp.
|
inline |
|
inline |
|
inline |
allocates memory of size and returns pointer
Definition at line 52 of file SparseTag.hpp.
Referenced by moab::SparseTag::allocate_data().
|
inline |
frees the memory
Definition at line 57 of file SparseTag.hpp.
Referenced by moab::SparseTag::release_all_data(), and moab::SparseTag::remove_data().