density
C++11 library for paged memory management, function queues, heterogeneous queues and lifo memory management
lifo_allocator< UNDERLYING_ALLOCATOR, ALIGNMENT > Member List

This is the complete list of members for lifo_allocator< UNDERLYING_ALLOCATOR, ALIGNMENT >, including all inherited members.

alignmentlifo_allocator< UNDERLYING_ALLOCATOR, ALIGNMENT >static
allocate(size_t i_size)lifo_allocator< UNDERLYING_ALLOCATOR, ALIGNMENT >inline
allocate_empty() noexceptlifo_allocator< UNDERLYING_ALLOCATOR, ALIGNMENT >inline
deallocate(void *i_block, size_t i_size) noexceptlifo_allocator< UNDERLYING_ALLOCATOR, ALIGNMENT >inline
lifo_allocator() noexceptlifo_allocator< UNDERLYING_ALLOCATOR, ALIGNMENT >inline
lifo_allocator(const UNDERLYING_ALLOCATOR &i_underlying_allocator)lifo_allocator< UNDERLYING_ALLOCATOR, ALIGNMENT >inline
lifo_allocator(UNDERLYING_ALLOCATOR &&i_underlying_allocator)lifo_allocator< UNDERLYING_ALLOCATOR, ALIGNMENT >inline
lifo_allocator(const lifo_allocator &)=deletelifo_allocator< UNDERLYING_ALLOCATOR, ALIGNMENT >
operator=(const lifo_allocator &)=deletelifo_allocator< UNDERLYING_ALLOCATOR, ALIGNMENT >
reallocate(void *i_block, size_t i_old_size, size_t i_new_size)lifo_allocator< UNDERLYING_ALLOCATOR, ALIGNMENT >inline
underlying_allocator typedeflifo_allocator< UNDERLYING_ALLOCATOR, ALIGNMENT >
underlying_allocator_ref() noexceptlifo_allocator< UNDERLYING_ALLOCATOR, ALIGNMENT >inline
underlying_allocator_ref() const noexceptlifo_allocator< UNDERLYING_ALLOCATOR, ALIGNMENT >inline
~lifo_allocator()lifo_allocator< UNDERLYING_ALLOCATOR, ALIGNMENT >inline