|
libdonut 2.3.6
Application framework for cross-platform game development in C++20
|
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) noexcept | donut::LinearAllocator< T > | inline |
| LinearAllocator | donut::LinearAllocator< T > | friend |
| LinearAllocator(LinearMemoryResource *memoryResource) noexcept | donut::LinearAllocator< T > | inline |
| LinearAllocator(const LinearAllocator< U > &other) noexcept | donut::LinearAllocator< T > | inline |
| LinearAllocator(const LinearAllocator &other) noexcept=default | donut::LinearAllocator< T > | |
| LinearAllocator(LinearAllocator &&other) noexcept=default | donut::LinearAllocator< T > | |
| operator=(const LinearAllocator &other) noexcept=default | donut::LinearAllocator< T > | |
| operator=(LinearAllocator &&other) noexcept=default | donut::LinearAllocator< T > | |
| operator==(const LinearAllocator< U > &other) const noexcept | donut::LinearAllocator< T > | inline |
| value_type typedef | donut::LinearAllocator< T > |