MCPcopy 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
210private:
211 bool GrowIfNeeded(size_t count)

Callers 4

GetHandleApproxSizeMethod · 0.45
sm_trie_mem_usageFunction · 0.45
CalcMemUsageMethod · 0.45
GetHandleApproxSizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected