MCPcopy Create free account
hub / github.com/bwapi/bwapi / getMemory

Method getMemory

bwapi/Util/Source/Util/SharedMemory.cpp:63–66  ·  view source on GitHub ↗

----------------------- BOUNDARY -----------------------------------

Source from the content-addressed store, hash-verified

61 }
62 //----------------------- BOUNDARY -----------------------------------
63 MemoryFrame SharedMemory::getMemory() const
64 {
65 return MemoryFrame(this->bufferBase, this->bufferSize);
66 }
67 //----------------------- EXPORT TO PROCESS --------------------------
68 SharedMemory::Export SharedMemory::exportToProcess(RemoteProcess &target, bool readOnly) const
69 {

Callers 1

SharedStructureClass · 0.80

Calls 1

MemoryFrameClass · 0.85

Tested by

no test coverage detected