Allocate array using strict memory alignment.
Uses std.experimental.allocator.mallocator.AlignmedMallocator to reallocate memory. Forwards to AlignedMallocator.reallocate.
Pointer to a memory where the reallocation is to be performed at.
Size of the reallocated array.
Status of reallocation. Returns AlignedMallocator.reallocate out status.
See Implementation
Allocate array using strict memory alignment.
Uses std.experimental.allocator.mallocator.AlignmedMallocator to reallocate memory. Forwards to AlignedMallocator.reallocate.