![]() |
QMCPACK
|
Classes | |
struct | rebind |
Public Types | |
using | value_type = T |
using | size_type = size_t |
using | pointer = T * |
using | const_pointer = const T * |
Public Member Functions | |
Mallocator ()=default | |
template<class U > | |
Mallocator (const Mallocator< U, ALIGN > &) | |
T * | allocate (std::size_t n) |
void | deallocate (T *p, std::size_t n) |
Static Public Attributes | |
static constexpr size_t | alignment = ALIGN |
Definition at line 25 of file Mallocator.hpp.
struct qmcplusplus::Mallocator::rebind |
Definition at line 40 of file Mallocator.hpp.
Class Members | ||
---|---|---|
typedef Mallocator< U, ALIGN > | other |
using const_pointer = const T* |
Definition at line 30 of file Mallocator.hpp.
using pointer = T* |
Definition at line 29 of file Mallocator.hpp.
using size_type = size_t |
Definition at line 28 of file Mallocator.hpp.
using value_type = T |
Definition at line 27 of file Mallocator.hpp.
|
default |
|
inline |
Definition at line 36 of file Mallocator.hpp.
|
inline |
Definition at line 45 of file Mallocator.hpp.
|
inline |
Definition at line 74 of file Mallocator.hpp.
|
static |
Definition at line 32 of file Mallocator.hpp.