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); 451if (((nuint)contextPtr & (ContextAlignment - 1)) == 0) 456byte* alignedBuffer = (byte*)NativeMemory.AlignedAlloc((nuint)context.Length, ContextAlignment); 523if (((nuint)bufferPtr & (ContextAlignment - 1)) == 0) 528byte* alignedBuffer = (byte*)NativeMemory.AlignedAlloc((nuint)bufferToFill.Length, ContextAlignment); 556if (((nuint)contextPtr & (ContextAlignment - 1)) == 0) 561byte* alignedBuffer = (byte*)NativeMemory.AlignedAlloc((nuint)context.Length, ContextAlignment);