reallocBuffer

Use throughout dplug:dsp to avoid reliance on GC. This works like alignedRealloc except with slices as input. You MUST use consistent alignement thoughout the lifetime of this buffer.

nothrow @nogc
void
reallocBuffer
(
T
)
(
ref T[] buffer
,
size_t length
,
int alignment = 1
)

Meta