| allocate(std::size_t bytes) override | umpire::strategy::DeviceIpcAllocator | 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=0) override | umpire::strategy::DeviceIpcAllocator | virtual |
| deallocate_internal(void *ptr, std::size_t size=0) | umpire::strategy::AllocationStrategy | |
| DeviceIpcAllocator(const std::string &name, int id) noexcept | umpire::strategy::DeviceIpcAllocator | |
| DeviceIpcAllocator(const std::string &name, int id, Allocator device_allocator, MemoryResourceTraits::shared_scope scope, std::size_t shared_memory_size=1024 *1024) noexcept | umpire::strategy::DeviceIpcAllocator | |
| get_scope_communicator() | umpire::strategy::DeviceIpcAllocator | |
| 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::DeviceIpcAllocator | virtual |
| getStrategyName() const noexcept | umpire::strategy::AllocationStrategy | |
| getTraits() const noexcept override | umpire::strategy::DeviceIpcAllocator | 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 |
| ~DeviceIpcAllocator() | umpire::strategy::DeviceIpcAllocator | |