Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ getMaxMemoryUsage
Method
getMaxMemoryUsage
src/IECore/ObjectPool.cpp:130–133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
}
129
130
size_t ObjectPool::getMaxMemoryUsage() const
131
{
132
return m_data->cache.getMaxCost();
133
}
134
135
size_t ObjectPool::memoryUsage() const
136
{
Callers
2
testConstructor
Method · 0.95
testMaxMemoryUsage
Method · 0.95
Calls
no outgoing calls
Tested by
2
testConstructor
Method · 0.76
testMaxMemoryUsage
Method · 0.76