PlayRho  2.0.0
An interactive physics engine & library.
playrho::pmr::PoolMemoryResource Member List

This is the complete list of members for playrho::pmr::PoolMemoryResource, including all inherited members.

allocate(std::size_t bytes, std::size_t alignment=alignof(std::max_align_t))playrho::pmr::memory_resourceinline
deallocate(void *p, std::size_t bytes, std::size_t alignment=alignof(std::max_align_t))playrho::pmr::memory_resourceinline
do_allocate(std::size_t num_bytes, std::size_t alignment) overrideplayrho::pmr::PoolMemoryResourcevirtual
do_deallocate(void *p, std::size_t num_bytes, std::size_t alignment) overrideplayrho::pmr::PoolMemoryResourcevirtual
do_is_equal(const memory_resource &other) const noexcept overrideplayrho::pmr::PoolMemoryResourcevirtual
GetMaxNumBytes() noexceptplayrho::pmr::PoolMemoryResourcestatic
GetOptions() const noexceptplayrho::pmr::PoolMemoryResourceinline
GetStats() const noexceptplayrho::pmr::PoolMemoryResource
GetUpstream() const noexceptplayrho::pmr::PoolMemoryResourceinline
is_equal(const memory_resource &other) const noexceptplayrho::pmr::memory_resourceinline
memory_resource()=defaultplayrho::pmr::memory_resource
memory_resource(const memory_resource &)=defaultplayrho::pmr::memory_resource
operator=(const PoolMemoryResource &other)=deleteplayrho::pmr::PoolMemoryResource
operator=(PoolMemoryResource &&other)=deleteplayrho::pmr::PoolMemoryResource
PoolMemoryResource(const PoolMemoryOptions &options={}, memory_resource *upstream=nullptr)playrho::pmr::PoolMemoryResource
PoolMemoryResource(memory_resource *upstream)playrho::pmr::PoolMemoryResourceinline
PoolMemoryResource(const PoolMemoryResource &other)=deleteplayrho::pmr::PoolMemoryResource
PoolMemoryResource(PoolMemoryResource &&other)=deleteplayrho::pmr::PoolMemoryResource
~memory_resource()playrho::pmr::memory_resourcevirtual
~PoolMemoryResource() noexcept overrideplayrho::pmr::PoolMemoryResource