Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ ObjectPool
Method
ObjectPool
src/IECore/ObjectPool.cpp:68–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
//////////////////////////////////////////////////////////////////////////
67
68
ObjectPool::ObjectPool( size_t maxMemory )
69
: m_data( new MemberData(maxMemory) )
70
{
71
}
72
73
ObjectPool::~ObjectPool()
74
{
Callers
12
testConstructor
Method · 0.80
testUniqueness
Method · 0.80
testStoreMode
Method · 0.80
testRemoval
Method · 0.80
testMaxMemoryUsage
Method · 0.80
testConstructors
Method · 0.80
test
Method · 0.80
check
Method · 0.80
testChangeSearchPaths
Method · 0.80
testPostProcessing
Method · 0.80
testPostProcessingFailureMode
Method · 0.80
testThreadingAndClear
Method · 0.80
Calls
no outgoing calls
Tested by
5
testConstructor
Method · 0.64
testUniqueness
Method · 0.64
testStoreMode
Method · 0.64
testRemoval
Method · 0.64
testMaxMemoryUsage
Method · 0.64