Segregator.alignedAllocate

This method is defined if both allocators define it, and forwards to SmallAllocator or LargeAllocator appropriately.

struct Segregator(size_t threshold, SmallAllocator, LargeAllocator)
version(StdDdoc)
void[]
alignedAllocate
(
size_t
,
uint
)

Meta