Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
125
CachedConverter::CachedConverter( size_t maxMemory )
126
: m_data( new MemberData( maxMemory ) )
127
{
128
}
129
130
CachedConverter::~CachedConverter()
131
{
Callers
5
test
Method · 0.80
testThreading
Method · 0.80
testThrashing
Method · 0.80
testThrashingAndThreadingWithTextures
Method · 0.80
testThrashingWithConcurrentClearUnused
Method · 0.80
Calls
no outgoing calls
Tested by
5
test
Method · 0.64
testThreading
Method · 0.64
testThrashing
Method · 0.64
testThrashingAndThreadingWithTextures
Method · 0.64
testThrashingWithConcurrentClearUnused
Method · 0.64