10 references to FreeRegionKind
Microsoft.Diagnostics.DataContractReader.Contracts (10)
Contracts\GC\GC_1.cs (10)
808AddFreeList(globalFreeHugePtr.Value, FreeRegionKind.FreeGlobalHugeRegion, regions);
817AddFreeList(listAddr, FreeRegionKind.FreeGlobalRegion, regions);
838AddFreeList(listAddr, FreeRegionKind.FreeRegion, regions, (int)i);
843AddSegmentList(freeableSoh, FreeRegionKind.FreeSohSegment, regions, (int)i);
846AddSegmentList(freeableUoh, FreeRegionKind.FreeUohSegment, regions, (int)i);
857AddFreeList(listAddr, FreeRegionKind.FreeRegion, regions);
865AddSegmentList(segPtr, FreeRegionKind.FreeSohSegment, regions);
872AddSegmentList(segPtr, FreeRegionKind.FreeUohSegment, regions);
907private void AddFreeList(TargetPointer freeListAddr, FreeRegionKind kind, List<GCMemoryRegionData> regions, int heap = 0)
914private void AddSegmentList(TargetPointer start, FreeRegionKind kind, List<GCMemoryRegionData> regions, int heap = 0)