ddsp.util.memory

Members

Functions

callocSlice
T[] callocSlice(size_t length)

Allocates a slice of memory of type T and with the specified length. Since dynamic arrays cannot be

freeSlice
void freeSlice(T[] slice)

Free memory from slice created with callocSlice

Templates

calloc
template calloc(alias EffectName)

Template for allocating single instances of class or arrays of classes for multiple channels.

Meta