10 references to ContextAlignment
libmscordaccore_universal (10)
Entrypoints.cs (10)
82if (((nuint)contextPtr & (ContextAlignment - 1)) == 0) 87byte* alignedBuffer = (byte*)NativeMemory.AlignedAlloc((nuint)context.Length, ContextAlignment); 121if (((nuint)bufferPtr & (ContextAlignment - 1)) == 0) 126byte* alignedBuffer = (byte*)NativeMemory.AlignedAlloc((nuint)buffer.Length, ContextAlignment); 446if (((nuint)contextPtr & (ContextAlignment - 1)) == 0) 451byte* alignedBuffer = (byte*)NativeMemory.AlignedAlloc((nuint)context.Length, ContextAlignment); 519if (((nuint)bufferPtr & (ContextAlignment - 1)) == 0) 524byte* alignedBuffer = (byte*)NativeMemory.AlignedAlloc((nuint)bufferToFill.Length, ContextAlignment); 552if (((nuint)contextPtr & (ContextAlignment - 1)) == 0) 557byte* alignedBuffer = (byte*)NativeMemory.AlignedAlloc((nuint)context.Length, ContextAlignment);