Home
last modified time | relevance | path

Searched refs:mUnitsAllocSize (Results 1 – 3 of 3) sorted by relevance

/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/scsynth/
H A DSC_GraphDef.h56 size_t mWiresAllocSize, mUnitsAllocSize, mCalcUnitsAllocSize; member
H A DSC_GraphDef.cpp337 graphDef->mUnitsAllocSize = graphDef->mNumUnitSpecs * sizeof(Unit*); in GraphDef_SetAllocSizes()
341 graphDef->mNodeDef.mAllocSize += graphDef->mUnitsAllocSize; in GraphDef_SetAllocSizes()
H A DSC_Graph.cpp102 memory += inGraphDef->mUnitsAllocSize; in Graph_Ctor()