Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ erase
Method
erase
src/IECore/ObjectPool.cpp:120–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
}
119
120
bool ObjectPool::erase( const MurmurHash &hash )
121
{
122
return m_data->cache.erase(hash);
123
}
124
125
void ObjectPool::setMaxMemoryUsage( size_t maxMemory )
126
{
Callers
15
testRemoval
Method · 0.95
readPrimitiveVariables
Method · 0.45
close
Method · 0.45
EraseSpec
Method · 0.45
MoveSpec
Method · 0.45
Erase
Method · 0.45
EraseTimeSample
Method · 0.45
recursiveSetNames
Function · 0.45
testErase
Method · 0.45
testEraseAndCached
Method · 0.45
testExceptions
Method · 0.45
removeGrid
Method · 0.45
Calls
no outgoing calls
Tested by
4
testRemoval
Method · 0.76
testErase
Method · 0.36
testEraseAndCached
Method · 0.36
testExceptions
Method · 0.36