| allocate(std::size_t bytes) override | umpire::strategy::AllocationAdvisor | virtual |
| allocate_internal(std::size_t bytes) | umpire::strategy::AllocationStrategy | |
| allocate_named_internal(const std::string &name, std::size_t bytes) | umpire::strategy::AllocationStrategy | |
| AllocationAdvisor(const std::string &name, int id, Allocator allocator, const std::string &advice_operation, int device_id=0) | umpire::strategy::AllocationAdvisor | |
| AllocationAdvisor(const std::string &name, int id, Allocator allocator, const std::string &advice_operation, Allocator accessing_allocator, int device_id=0) | umpire::strategy::AllocationAdvisor | |
| 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) override | umpire::strategy::AllocationAdvisor | 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 override | umpire::strategy::AllocationAdvisor | virtual |
| getStrategyName() const noexcept | umpire::strategy::AllocationStrategy | |
| getTraits() const noexcept override | umpire::strategy::AllocationAdvisor | 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 |
| 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 |