1
0
Fork 0
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:
Steffen Vogel 2019-08-15 13:34:49 +02:00
parent f558d7caac
commit 5b3131d352

View file

@ -180,6 +180,9 @@ public:
static MemoryManager&
get();
MemoryGraph & getMemoryGraph()
{ return memoryGraph; }
AddressSpaceId
getProcessAddressSpace()
{ return getOrCreateAddressSpace("villas-fpga"); }