10 references to FreeRegionKind
Microsoft.Diagnostics.DataContractReader.Contracts (10)
Contracts\GC\GC_1.cs (10)
811AddFreeList(globalFreeHugePtr.Value, FreeRegionKind.FreeGlobalHugeRegion, regions); 820AddFreeList(listAddr, FreeRegionKind.FreeGlobalRegion, regions); 841AddFreeList(listAddr, FreeRegionKind.FreeRegion, regions, (int)i); 846AddSegmentList(freeableSoh, FreeRegionKind.FreeSohSegment, regions, (int)i); 849AddSegmentList(freeableUoh, FreeRegionKind.FreeUohSegment, regions, (int)i); 860AddFreeList(listAddr, FreeRegionKind.FreeRegion, regions); 868AddSegmentList(segPtr, FreeRegionKind.FreeSohSegment, regions); 875AddSegmentList(segPtr, FreeRegionKind.FreeUohSegment, regions); 911private void AddFreeList(TargetPointer freeListAddr, FreeRegionKind kind, List<GCMemoryRegionData> regions, int heap = 0) 918private void AddSegmentList(TargetPointer start, FreeRegionKind kind, List<GCMemoryRegionData> regions, int heap = 0)