| allocate(std::size_t bytes) | umpire::resource::HipConstantMemoryResource | virtual |
| allocate_internal(std::size_t bytes) | umpire::strategy::AllocationStrategy | |
| allocate_named_internal(const std::string &name, std::size_t bytes) | umpire::strategy::AllocationStrategy | |
| AllocationStrategy(const std::string &name, int id, AllocationStrategy *parent, const std::string &strategy_name) noexcept | umpire::strategy::AllocationStrategy | |
| deallocate(void *ptr, std::size_t size) | umpire::resource::HipConstantMemoryResource | virtual |
| deallocate_internal(void *ptr, std::size_t size=0) | umpire::strategy::AllocationStrategy | |
| getActualSize() const noexcept | umpire::strategy::AllocationStrategy | virtual |
| getAllocationCount() const noexcept | umpire::strategy::AllocationStrategy | virtual |
| getCurrentSize() const noexcept | umpire::strategy::AllocationStrategy | virtual |
| getHighWatermark() const noexcept | umpire::strategy::AllocationStrategy | virtual |
| getId() noexcept | umpire::strategy::AllocationStrategy | |
| getName() noexcept | umpire::strategy::AllocationStrategy | |
| getParent() const noexcept | umpire::strategy::AllocationStrategy | virtual |
| getPlatform() noexcept | umpire::resource::HipConstantMemoryResource | virtual |
| getStrategyName() const noexcept | umpire::strategy::AllocationStrategy | |
| getTraits() const noexcept override | umpire::resource::MemoryResource | virtual |
| HipConstantMemoryResource(const std::string &name, int id, MemoryResourceTraits traits) | umpire::resource::HipConstantMemoryResource | |
| isAccessibleFrom(Platform p) noexcept | umpire::resource::HipConstantMemoryResource | virtual |
| isTracked() const noexcept | umpire::strategy::AllocationStrategy | |
| m_allocation_count | umpire::strategy::AllocationStrategy | |
| m_current_size | umpire::strategy::AllocationStrategy | |
| m_high_watermark | umpire::strategy::AllocationStrategy | |
| m_id | umpire::strategy::AllocationStrategy | protected |
| m_name | umpire::strategy::AllocationStrategy | protected |
| m_parent | umpire::strategy::AllocationStrategy | protected |
| m_strategy_name | umpire::strategy::AllocationStrategy | protected |
| m_tracked | umpire::strategy::AllocationStrategy | protected |
| m_traits | umpire::resource::MemoryResource | protected |
| MemoryResource(const std::string &name, int id, MemoryResourceTraits traits) | umpire::resource::MemoryResource | |
| release() | umpire::strategy::AllocationStrategy | virtual |
| setTracking(bool) noexcept | umpire::strategy::AllocationStrategy | protected |
| tracksMemoryUse() const noexcept | umpire::strategy::AllocationStrategy | virtual |
| ~AllocationStrategy()=default | umpire::strategy::AllocationStrategy | virtual |
| ~MemoryResource()=default | umpire::resource::MemoryResource | virtual |