Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ registerPluginMemory
Method
registerPluginMemory
Engine/EffectInstance.cpp:3262–3266 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3260
}
3261
3262
void
3263
EffectInstance::registerPluginMemory(size_t nBytes)
3264
{
3265
getNode()->registerPluginMemory(nBytes);
3266
}
3267
3268
void
3269
EffectInstance::unregisterPluginMemory(size_t nBytes)
Callers
2
alloc
Method · 0.80
endTransferBufferFromRAMToGPU
Method · 0.80
Calls
1
getNode
Function · 0.70
Tested by
no test coverage detected