10 references to AlignedFree
libmscordaccore_universal (5)
Entrypoints.cs (5)
95NativeMemory.AlignedFree(alignedBuffer); 139NativeMemory.AlignedFree(alignedBuffer); 459NativeMemory.AlignedFree(alignedBuffer); 541NativeMemory.AlignedFree(alignedBuffer); 565NativeMemory.AlignedFree(alignedBuffer);
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\DacDbiImpl.cs (1)
1858NativeMemory.AlignedFree(pLocal);
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (1)
533NativeMemory.AlignedFree(_wrapper);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NativeMemory.Unix.cs (2)
22/// <para>This method is not compatible with <see cref="Free" /> or <see cref="Realloc" />, instead <see cref="AlignedFree" /> or <see cref="AlignedRealloc" /> should be called.</para> 83/// <para>This method is not compatible with <see cref="Free" /> or <see cref="Realloc" />, instead <see cref="AlignedFree" /> or <see cref="AlignedRealloc" /> should be called.</para>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\LowLevelThreadBlocker.cs (1)
64NativeMemory.AlignedFree(_pState);