MCPcopy 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
68ObjectPool::ObjectPool( size_t maxMemory )
69 : m_data( new MemberData(maxMemory) )
70{
71}
72
73ObjectPool::~ObjectPool()
74{

Callers 12

testConstructorMethod · 0.80
testUniquenessMethod · 0.80
testStoreModeMethod · 0.80
testRemovalMethod · 0.80
testMaxMemoryUsageMethod · 0.80
testConstructorsMethod · 0.80
testMethod · 0.80
checkMethod · 0.80
testChangeSearchPathsMethod · 0.80
testPostProcessingMethod · 0.80
testThreadingAndClearMethod · 0.80

Calls

no outgoing calls

Tested by 5

testConstructorMethod · 0.64
testUniquenessMethod · 0.64
testStoreModeMethod · 0.64
testRemovalMethod · 0.64
testMaxMemoryUsageMethod · 0.64