std.experimental.allocator.building_blocks.region.SbrkRegion.alignedAllocate
- multiple declarations
Function SbrkRegion.alignedAllocate
Rounds the given size to a multiple of the alignment
void[] alignedAllocate
(
size_t bytes,
uint a
) shared;
Function SbrkRegion.alignedAllocate
Rounds the given size to a multiple of the alignment
void[] alignedAllocate
(
size_t bytes,
uint a
) shared;