Segregator.allocate

The memory is obtained from SmallAllocator if s <= threshold, or LargeAllocator otherwise.

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

Meta