10 references to FreeRegionKind
Microsoft.Diagnostics.DataContractReader.Contracts (10)
Contracts\GC\GC_1.cs (10)
810AddFreeList(globalFreeHugePtr.Value, FreeRegionKind.FreeGlobalHugeRegion, regions);
819AddFreeList(listAddr, FreeRegionKind.FreeGlobalRegion, regions);
840AddFreeList(listAddr, FreeRegionKind.FreeRegion, regions, (int)i);
845AddSegmentList(freeableSoh, FreeRegionKind.FreeSohSegment, regions, (int)i);
848AddSegmentList(freeableUoh, FreeRegionKind.FreeUohSegment, regions, (int)i);
859AddFreeList(listAddr, FreeRegionKind.FreeRegion, regions);
867AddSegmentList(segPtr, FreeRegionKind.FreeSohSegment, regions);
874AddSegmentList(segPtr, FreeRegionKind.FreeUohSegment, regions);
910private void AddFreeList(TargetPointer freeListAddr, FreeRegionKind kind, List<GCMemoryRegionData> regions, int heap = 0)
917private void AddSegmentList(TargetPointer start, FreeRegionKind kind, List<GCMemoryRegionData> regions, int heap = 0)