Flow
Documentation for the Flow C++ Library
|
This is the complete list of members for flow::MemoryResource, 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)=0 | flow::MemoryResource | protectedpure virtual |
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)=0 | flow::MemoryResource | protectedpure virtual |
~MemoryResource()=default | flow::MemoryResource | virtual |