10 references to FreeRegionKind
Microsoft.Diagnostics.DataContractReader.Contracts (10)
Contracts\GC\GC_1.cs (10)
714AddFreeList(globalFreeHugePtr.Value, FreeRegionKind.FreeGlobalHugeRegion, regions);
723AddFreeList(listAddr, FreeRegionKind.FreeGlobalRegion, regions);
744AddFreeList(listAddr, FreeRegionKind.FreeRegion, regions, (int)i);
749AddSegmentList(freeableSoh, FreeRegionKind.FreeSohSegment, regions, (int)i);
752AddSegmentList(freeableUoh, FreeRegionKind.FreeUohSegment, regions, (int)i);
763AddFreeList(listAddr, FreeRegionKind.FreeRegion, regions);
771AddSegmentList(segPtr, FreeRegionKind.FreeSohSegment, regions);
778AddSegmentList(segPtr, FreeRegionKind.FreeUohSegment, regions);
814private void AddFreeList(TargetPointer freeListAddr, FreeRegionKind kind, List<GCMemoryRegionData> regions, int heap = 0)
821private void AddSegmentList(TargetPointer start, FreeRegionKind kind, List<GCMemoryRegionData> regions, int heap = 0)