4#ifndef ATHDEVICECOMPS_DEBUGMEMORYRESOURCETOOL_H
5#define ATHDEVICECOMPS_DEBUGMEMORYRESOURCETOOL_H
9#include "GaudiKernel/ToolHandle.h"
21 :
public extends<AthAlgTool, AthDevice::IMemoryResourceTool> {
25 using extends::extends;
39 virtual std::pmr::memory_resource&
mr()
const override;
45 std::unique_ptr<std::pmr::memory_resource>
m_mr;
52 this,
"MRTool",
"",
"Memory resource tool to use for allocations"};