Quantizer.allocate

Gets a larger buffer buf by calling parent.allocate(goodAllocSize(n)). If buf is null, returns null. Otherwise, returns buf[0 .. n].

struct Quantizer(ParentAllocator, alias roundingFunction)
void[]
allocate
(
size_t n
)

Meta