MCPcopy 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
130size_t ObjectPool::getMaxMemoryUsage() const
131{
132 return m_data->cache.getMaxCost();
133}
134
135size_t ObjectPool::memoryUsage() const
136{

Callers 2

testConstructorMethod · 0.95
testMaxMemoryUsageMethod · 0.95

Calls

no outgoing calls

Tested by 2

testConstructorMethod · 0.76
testMaxMemoryUsageMethod · 0.76