MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / mem_usage

Method mem_usage

ogsr_engine/xrCore/xrMemory.cpp:87–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87u32 xrMemory::mem_usage(u32* pBlocksUsed, u32* pBlocksFree) { return u32(mem_usage_impl(pBlocksUsed, pBlocksFree)); }
88
89void GetProcessMemInfo(SProcessMemInfo& minfo)
90{

Callers 10

loadMethod · 0.45
loadMethod · 0.45
dumpMethod · 0.45
StartupFunction · 0.45
LoadEndMethod · 0.45
LoadStageMethod · 0.45
EndMethod · 0.45
OnGameStartMethod · 0.45
mem_usageFunction · 0.45
_initializeMethod · 0.45

Calls 2

mem_usage_implFunction · 0.85
u32Enum · 0.50

Tested by

no test coverage detected