Quantizer.alignedAllocate

Defined only if parent.alignedAllocate exists and works similarly to allocate by forwarding to parent.alignedAllocate(goodAllocSize(n), a).

struct Quantizer(ParentAllocator, alias roundingFunction)
static if(__traits(hasMember, ParentAllocator, "alignedAllocate"))
void[]
alignedAllocate
(
size_t n
,
uint
)

Meta