Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ GetApproxMemUsage
Method
GetApproxMemUsage
core/MenuStyle_Valve.cpp:165–168 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
163
}
164
165
unsigned int ValveMenuStyle::GetApproxMemUsage()
166
{
167
return sizeof(ValveMenuStyle) + (sizeof(CValveMenuPlayer) * 257);
168
}
169
170
CValveMenuDisplay::CValveMenuDisplay()
171
{
Callers
2
GetHandleApproxSize
Method · 0.45
GetHandleApproxSize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected