MCPcopy Create free account
hub / github.com/ImageEngine/cortex / CachedConverter

Method CachedConverter

src/IECoreGL/CachedConverter.cpp:125–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123};
124
125CachedConverter::CachedConverter( size_t maxMemory )
126 : m_data( new MemberData( maxMemory ) )
127{
128}
129
130CachedConverter::~CachedConverter()
131{

Callers 5

testMethod · 0.80
testThreadingMethod · 0.80
testThrashingMethod · 0.80

Calls

no outgoing calls

Tested by 5

testMethod · 0.64
testThreadingMethod · 0.64
testThrashingMethod · 0.64