MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / getUsedMemory

Method getUsedMemory

OgreMain/src/Math/Array/OgreArrayMemoryManager.cpp:142–145  ·  view source on GitHub ↗

-----------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

140 }
141 //-----------------------------------------------------------------------------------
142 size_t ArrayMemoryManager::getUsedMemory() const
143 {
144 return ( mUsedMemory - mAvailableSlots.size() ) * mTotalMemoryMultiplier;
145 }
146 //-----------------------------------------------------------------------------------
147 size_t ArrayMemoryManager::getWastedMemory() const
148 {

Callers 3

getNumDepthsMethod · 0.80
getNumRenderQueuesMethod · 0.80
getNumDepthsMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected