Apache.Arrow.Memory.AlignedNative static class AlignedNative Documentation Code public static Void* AlignedAlloc(int size, int alignment, out int offset) public static void AlignedFree(Void* ptr) public static Void* AlignedRealloc(Void* ptr, int newSize, int alignment, int oldSize, ref int offset)