3 references to MUnmap
System.Private.CoreLib (3)
Internal\Runtime\FrozenObjectHeapManager.Unix.cs (1)
36Interop.Sys.MUnmap((nint)pBase, size);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\SharedMemoryManager.Unix.cs (2)
355Interop.Sys.MUnmap((nint)_sharedDataHeader, _sharedDataTotalByteCount); 706Interop.Sys.MUnmap(addr, length);