Home
last modified time | relevance | path

Searched refs:memory_requirement (Results 1 – 5 of 5) sorted by relevance

/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/supernova/sc/
H A Dsc_synthdef.hpp82 std::size_t memory_requirement(void) const { in memory_requirement() function
114 std::size_t memory_requirement(void) const { in memory_requirement() function in nova::sc_synthdef
H A Dsc_ugen_factory.cpp48 uint8_t* chunk = allocator.alloc<uint8_t>(memory_requirement()); in construct()
49 memset(chunk, 0, memory_requirement()); in construct()
H A Dsc_synthdef.cpp316 memory_requirement_ += current_ugen_spec.memory_requirement(); in prepare()
332 memory_requirement_ += ugen->memory_requirement(); in prepare()
H A Dsc_ugen_factory.hpp82 std::size_t memory_requirement(void) const { in memory_requirement() function in nova::sc_ugen_def
H A Dsc_synth.cpp55 const size_t alloc_size = prototype->memory_requirement(); in sc_synth()