Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
87
u32 xrMemory::mem_usage(u32* pBlocksUsed, u32* pBlocksFree) { return u32(mem_usage_impl(pBlocksUsed, pBlocksFree)); }
88
89
void GetProcessMemInfo(SProcessMemInfo& minfo)
90
{
Callers
10
load
Method · 0.45
load
Method · 0.45
dump
Method · 0.45
Startup
Function · 0.45
LoadEnd
Method · 0.45
LoadStage
Method · 0.45
End
Method · 0.45
OnGameStart
Method · 0.45
mem_usage
Function · 0.45
_initialize
Method · 0.45
Calls
2
mem_usage_impl
Function · 0.85
u32
Enum · 0.50
Tested by
no test coverage detected