10 references to FreeRegionKind
Microsoft.Diagnostics.DataContractReader.Contracts (10)
Contracts\GC\GC_1.cs (10)
816AddFreeList(globalFreeHugePtr.Value, FreeRegionKind.FreeGlobalHugeRegion, regions);
825AddFreeList(listAddr, FreeRegionKind.FreeGlobalRegion, regions);
846AddFreeList(listAddr, FreeRegionKind.FreeRegion, regions, (int)i);
851AddSegmentList(freeableSoh, FreeRegionKind.FreeSohSegment, regions, (int)i);
854AddSegmentList(freeableUoh, FreeRegionKind.FreeUohSegment, regions, (int)i);
865AddFreeList(listAddr, FreeRegionKind.FreeRegion, regions);
873AddSegmentList(segPtr, FreeRegionKind.FreeSohSegment, regions);
880AddSegmentList(segPtr, FreeRegionKind.FreeUohSegment, regions);
915private void AddFreeList(TargetPointer freeListAddr, FreeRegionKind kind, List<GCMemoryRegionData> regions, int heap = 0)
922private void AddSegmentList(TargetPointer start, FreeRegionKind kind, List<GCMemoryRegionData> regions, int heap = 0)