AlignedAlloc constructor

AlignedAlloc(
  1. Pointer<Uint8> raw,
  2. Pointer<Uint8> aligned
)

Implementation

AlignedAlloc(this.raw, this.aligned);