3 references to RhRegisterFrozenSegment
System.Private.CoreLib (3)
Internal\Runtime\FrozenObjectHeapManager.cs (1)
147
m_SegmentHandle = RuntimeImports.
RhRegisterFrozenSegment
(m_pStart, (nuint)m_pCurrent - (nuint)m_pStart, FOH_COMMIT_SIZE, m_Size);
src\runtime\src\coreclr\nativeaot\Common\src\Internal\Runtime\CompilerHelpers\StartupCodeHelpers.cs (1)
156
if (RuntimeImports.
RhRegisterFrozenSegment
((void*)segmentStart, (nuint)length, (nuint)length, (nuint)length) == IntPtr.Zero)
System\GC.NativeAot.cs (1)
752
return RuntimeImports.
RhRegisterFrozenSegment
((void*)sectionAddress, (nuint)sectionSize, (nuint)sectionSize, (nuint)sectionSize);