#include <StaticLinearAllocator.hpp>
|
| std::size_t | nalloc () const |
| |
| std::size_t | nfree () const |
| |
| template<class Stream> |
| void | dump (Stream &stream) |
| |
| void * | do_allocate (const std::size_t size, const std::size_t alignment) final |
| |
| void | do_deallocate (void *ptr, std::size_t size, std::size_t alignment) final |
| |
| bool | do_is_equal (const std::pmr::memory_resource &other) const noexcept final |
| |
| bool | empty () |
| |
◆ do_allocate()
◆ do_deallocate()
◆ do_is_equal()
◆ dump()
template<size_t Bytes>
template<class Stream>
◆ empty()
◆ nalloc()
◆ nfree()
The documentation for this class was generated from the following file: