MCPcopy Create free account
hub / github.com/beefytech/Beef / GetMemoryPtr

Method GetMemoryPtr

IDEHelper/Compiler/CeMachine.cpp:4246–4251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4244}
4245
4246uint8* CeContext::GetMemoryPtr(addr_ce addr, int32 size)
4247{
4248 if (CheckMemory(addr, size))
4249 return mMemory.mVals + addr;
4250 return NULL;
4251}
4252
4253bool CeContext::GetStringFromAddr(addr_ce strInstAddr, StringImpl& str)
4254{

Callers 4

LoadValueMethod · 0.80
TypedValueToStringMethod · 0.80
ReadMemoryMethod · 0.80
WriteMemoryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected