10 references to ContextAlignment
libmscordaccore_universal (10)
Entrypoints.cs (10)
69if (((nuint)contextPtr & (ContextAlignment - 1)) == 0) 74byte* alignedBuffer = (byte*)NativeMemory.AlignedAlloc((nuint)context.Length, ContextAlignment); 108if (((nuint)bufferPtr & (ContextAlignment - 1)) == 0) 113byte* alignedBuffer = (byte*)NativeMemory.AlignedAlloc((nuint)buffer.Length, ContextAlignment); 438if (((nuint)contextPtr & (ContextAlignment - 1)) == 0) 443byte* alignedBuffer = (byte*)NativeMemory.AlignedAlloc((nuint)context.Length, ContextAlignment); 510if (((nuint)bufferPtr & (ContextAlignment - 1)) == 0) 515byte* alignedBuffer = (byte*)NativeMemory.AlignedAlloc((nuint)bufferToFill.Length, ContextAlignment); 543if (((nuint)contextPtr & (ContextAlignment - 1)) == 0) 548byte* alignedBuffer = (byte*)NativeMemory.AlignedAlloc((nuint)context.Length, ContextAlignment);