|
MCKL
Monte Carlo Kernel Library
|
This is the complete list of members for mckl::Allocator< T, Mem >, including all inherited members.
| allocate(std::size_t n, const void *hint=nullptr) | mckl::Allocator< T, Mem > | inline |
| Allocator()=default | mckl::Allocator< T, Mem > | |
| Allocator(const Allocator< U, Mem > &other) noexcept | mckl::Allocator< T, Mem > | inline |
| construct(U *p) | mckl::Allocator< T, Mem > | inline |
| deallocate(T *ptr, std::size_t size=0) noexcept(noexcept(Mem::deallocate(ptr, size))) | mckl::Allocator< T, Mem > | inline |
| operator!=(const Allocator< T1, Mem1 > &, const Allocator< T2, Mem2 > &) | mckl::Allocator< T, Mem > | related |
| operator==(const Allocator< T1, Mem1 > &, const Allocator< T2, Mem2 > &) | mckl::Allocator< T, Mem > | related |
1.8.13