libdonut  2.3.2
Application framework for cross-platform game development in C++20
donut::LinearAllocator< T > Member List

This is the complete list of members for donut::LinearAllocator< T >, including all inherited members.

allocate(std::size_t n)donut::LinearAllocator< T >inline
deallocate(T *, std::size_t) noexceptdonut::LinearAllocator< T >inline
LinearAllocator classdonut::LinearAllocator< T >friend
LinearAllocator(LinearMemoryResource *memoryResource) noexceptdonut::LinearAllocator< T >inline
LinearAllocator(const LinearAllocator< U > &other) noexceptdonut::LinearAllocator< T >inline
LinearAllocator(const LinearAllocator &other) noexcept=defaultdonut::LinearAllocator< T >
LinearAllocator(LinearAllocator &&other) noexcept=defaultdonut::LinearAllocator< T >
operator=(const LinearAllocator &other) noexcept=defaultdonut::LinearAllocator< T >
operator=(LinearAllocator &&other) noexcept=defaultdonut::LinearAllocator< T >
operator==(const LinearAllocator< U > &other) const noexceptdonut::LinearAllocator< T >inline
value_type typedefdonut::LinearAllocator< T >