KTL
|
An allocator which uses an aligned malloc for allocation. More...
#include <mallocator.h>
Public Member Functions | |
mallocator () noexcept=default | |
mallocator (const mallocator &) noexcept=default | |
mallocator (mallocator &&) noexcept=default | |
mallocator & | operator= (const mallocator &) noexcept=default |
mallocator & | operator= (mallocator &&) noexcept=default |
bool | operator== (const mallocator &rhs) const noexcept |
bool | operator!= (const mallocator &rhs) const noexcept |
void * | allocate (size_t n) noexcept |
void | deallocate (void *p, size_t n) noexcept |
An allocator which uses an aligned malloc for allocation.
|
defaultnoexcept |
|
defaultnoexcept |
|
defaultnoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
defaultnoexcept |
|
defaultnoexcept |
|
inlinenoexcept |