MCPcopy 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
3262void
3263EffectInstance::registerPluginMemory(size_t nBytes)
3264{
3265 getNode()->registerPluginMemory(nBytes);
3266}
3267
3268void
3269EffectInstance::unregisterPluginMemory(size_t nBytes)

Callers 2

allocMethod · 0.80

Calls 1

getNodeFunction · 0.70

Tested by

no test coverage detected