Flow
Documentation for the Flow C++ Library
|
This is the complete list of members for flow::DefaultMemoryResource, including all inherited members.
allocate(std::size_t bytes, std::size_t alignment=alignof(std::max_align_t)) | flow::MemoryResource | inline |
allocateImp(std::size_t bytes, std::size_t alignment) | flow::DefaultMemoryResource | inlineprivatevirtual |
deallocate(void *address, std::size_t bytes, std::size_t alignment=alignof(std::max_align_t)) | flow::MemoryResource | inline |
deallocateImp(void *address, std::size_t bytes, std::size_t alignment) | flow::DefaultMemoryResource | inlineprivatevirtual |
getResource() | flow::DefaultMemoryResource | inlinestatic |
~MemoryResource()=default | flow::MemoryResource | virtual |