libgrape-lite
A C++ library for parallel graph processing
|
Allocator used for grape containers, i.e., <Array>. More...
#include <default_allocator.h>
Public Types | |
using | pointer = _Tp * |
using | size_type = size_t |
using | value_type = _Tp |
Public Member Functions | |
DefaultAllocator (const DefaultAllocator &) noexcept | |
DefaultAllocator (DefaultAllocator &&) noexcept | |
DefaultAllocator & | operator= (const DefaultAllocator &) noexcept |
DefaultAllocator & | operator= (DefaultAllocator &&) noexcept |
pointer | allocate (size_type __n) |
void | deallocate (pointer __p, size_type) |
Allocator used for grape containers, i.e., <Array>.
_Tp |