The OpenD Programming Language

Bucketizer.alignedAllocate

Allocates the requested bytes of memory with specified alignment. Directs the call to either one of the buckets allocators. Defined only if Allocator defines alignedAllocate.

struct Bucketizer(Allocator, size_t min, size_t max, size_t step)
static if(hasMember!(Allocator, "alignedAllocate"))
void[]
alignedAllocate
(
size_t bytes
,)

Meta