Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ mem_usage
Method
mem_usage
core/logic/CellArray.h:205–208 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
203
}
204
205
size_t mem_usage()
206
{
207
return m_AllocSize * m_BlockSize * sizeof(cell_t);
208
}
209
210
private:
211
bool GrowIfNeeded(size_t count)
Callers
4
GetHandleApproxSize
Method · 0.45
sm_trie_mem_usage
Function · 0.45
CalcMemUsage
Method · 0.45
GetHandleApproxSize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected