MCPcopy 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
120bool ObjectPool::erase( const MurmurHash &hash )
121{
122 return m_data->cache.erase(hash);
123}
124
125void ObjectPool::setMaxMemoryUsage( size_t maxMemory )
126{

Callers 15

testRemovalMethod · 0.95
closeMethod · 0.45
EraseSpecMethod · 0.45
MoveSpecMethod · 0.45
EraseMethod · 0.45
EraseTimeSampleMethod · 0.45
recursiveSetNamesFunction · 0.45
testEraseMethod · 0.45
testEraseAndCachedMethod · 0.45
testExceptionsMethod · 0.45
removeGridMethod · 0.45

Calls

no outgoing calls

Tested by 4

testRemovalMethod · 0.76
testEraseMethod · 0.36
testEraseAndCachedMethod · 0.36
testExceptionsMethod · 0.36