![]() |
ATLAS Offline Software
|
Tool providing debugging functionality for memory resources. More...
#include <DebugMemoryResourceTool.h>
Public Member Functions | |
Function(s) inherited from @c AthAlgTool | |
| virtual StatusCode | initialize () override |
| Initialize the tool. | |
Function(s) inherited from @c AthDevice::IMemoryResourceTool | |
| virtual std::pmr::memory_resource & | mr () const override |
Get the provided std::pmr::memory_resource object. | |
Private Attributes | |
| std::unique_ptr< std::pmr::memory_resource > | m_mr |
| The memory resource that this tool uses. | |
Tool properties | |
| ToolHandle< IMemoryResourceTool > | m_mrTool |
| Underlying memory resource to use for allocations. | |
Tool providing debugging functionality for memory resources.
Making use of vecmem::debug_memory_resource.
Definition at line 20 of file DebugMemoryResourceTool.h.
|
overridevirtual |
Initialize the tool.
Definition at line 13 of file DebugMemoryResourceTool.cxx.
|
overridevirtual |
Get the provided std::pmr::memory_resource object.
Definition at line 25 of file DebugMemoryResourceTool.cxx.
|
private |
The memory resource that this tool uses.
Definition at line 45 of file DebugMemoryResourceTool.h.
|
private |
Underlying memory resource to use for allocations.
Definition at line 51 of file DebugMemoryResourceTool.h.