KTL
|
This is the complete list of members for ktl::null_allocator, including all inherited members.
allocate(size_t n) noexcept | ktl::null_allocator | inline |
deallocate(void *p, size_t n) noexcept | ktl::null_allocator | inline |
null_allocator() noexcept=default | ktl::null_allocator | |
null_allocator(const null_allocator &) noexcept=default | ktl::null_allocator | |
null_allocator(null_allocator &&) noexcept=default | ktl::null_allocator | |
operator!=(const null_allocator &rhs) const noexcept | ktl::null_allocator | inline |
operator=(const null_allocator &) noexcept=default | ktl::null_allocator | |
operator=(null_allocator &&) noexcept=default | ktl::null_allocator | |
operator==(const null_allocator &rhs) const noexcept | ktl::null_allocator | inline |
owns(void *p) const noexcept | ktl::null_allocator | inline |