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