Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ numWrappedInstances
Method
numWrappedInstances
src/IECorePython/WrapperGarbageCollector.cpp:128–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
126
}
127
128
size_t WrapperGarbageCollector::numWrappedInstances()
129
{
130
return g_refCountedToPyObject.size();
131
}
132
133
void WrapperGarbageCollector::setCollectThreshold( size_t t )
134
{
Callers
7
testFactory
Method · 0.80
setUp
Method · 0.80
tearDown
Method · 0.80
test
Method · 0.80
test2
Method · 0.80
testWeakRef
Method · 0.80
testZEndGarbageCollection
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
4
testFactory
Method · 0.64
setUp
Method · 0.64
tearDown
Method · 0.64
testZEndGarbageCollection
Method · 0.64