Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ memoryUsage
Method
memoryUsage
src/IECore/ObjectPool.cpp:135–138 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
}
134
135
size_t ObjectPool::memoryUsage() const
136
{
137
return m_data->cache.currentCost();
138
}
139
140
ObjectPool *ObjectPool::defaultObjectPool()
141
{
Callers
6
testConstructor
Method · 0.95
testUniqueness
Method · 0.95
testRemoval
Method · 0.95
testMaxMemoryUsage
Method · 0.95
test
Method · 0.95
store
Method · 0.45
Calls
no outgoing calls
Tested by
4
testConstructor
Method · 0.76
testUniqueness
Method · 0.76
testRemoval
Method · 0.76
testMaxMemoryUsage
Method · 0.76