mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
memory: add getter for memory graph
This commit is contained in:
parent
f558d7caac
commit
5b3131d352
1 changed files with 3 additions and 0 deletions
|
@ -180,6 +180,9 @@ public:
|
|||
static MemoryManager&
|
||||
get();
|
||||
|
||||
MemoryGraph & getMemoryGraph()
|
||||
{ return memoryGraph; }
|
||||
|
||||
AddressSpaceId
|
||||
getProcessAddressSpace()
|
||||
{ return getOrCreateAddressSpace("villas-fpga"); }
|
||||
|
|
Loading…
Add table
Reference in a new issue