summaryrefslogtreecommitdiff
path: root/src/gc/windows
AgeCommit message (Expand)AuthorFilesLines
2019-07-05many core (#25350)Maoni Stephens1-3/+80
2019-04-25Fix NUMA node for heap when NUMA is not availableJan Vorlicek1-13/+13
2019-04-10Fix few issues discovered by testingJan Vorlicek1-6/+5
2019-04-09Remove Unix CPU groups emulationJan Vorlicek1-47/+48
2019-04-08Add Large pages support in GCMukul Sabharwal1-0/+63
2019-04-04Modify affinity range config format for WindowsJan Vorlicek1-0/+49
2019-04-03Use the GCHeapAffinitizeRanges / GCHeapAffinitizeMask exclusivelyJan Vorlicek1-11/+56
2019-04-03Reflect PR feedbackJan Vorlicek1-1/+1
2019-04-03Remove CPU groups handling from the gc.cppJan Vorlicek1-79/+201
2019-03-18Fix for running in a container without mem limit set on Windows; (#23297)Maoni Stephens1-8/+13
2019-01-29To support container scenario, 2 HardLimit configs are added - (#22180)Maoni Stephens1-2/+10
2018-10-19Local GC - Fix GCToOSInterface::GetPhysicalMemoryLimit (#20495)David Mason1-12/+6
2018-09-10Add GetCacheSizePerLogicalCpu and GetCurrentProcessCpuCount to gcenv for wind...David Mason1-4/+256
2018-08-25Remove NumaNodeInfo, CPUGroupInfo, AppDomain, SystemDomain, and EEConfig stub...David Mason1-12/+253
2018-03-27restrict memory limit by taking VM into consideration (#17177)Maoni Stephens1-19/+83
2018-01-29Perform PhysicalMemoryLimit check for workstation GC, refactor GetLargestOnDi...Tom Deseyn1-8/+1
2017-11-09[Local GC] Unify background GC thread and server GC thread creation (#14821)Sean Gillespie1-62/+42
2017-09-06Vendor the volatile.h header into src/gc/env for the standalone GC build (#13...Sean Gillespie1-0/+1
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean1-0/+3
2017-06-01[Local GC] Remove uses of g_SystemInfo from the GC (#11628)Sean Gillespie1-0/+9
2017-04-22Remove destructor from GCEvent and instead rely on the OS to clean up (#11132)Sean Gillespie1-6/+0
2017-04-14[Local GC] Move operations on CLREventStatic to the EE interface (#10813)Sean Gillespie1-0/+148
2017-03-30Fix tabs and spacesJeff Schwartz1-2/+2
2017-03-30Change necessary to enable standalonegc on server gc. Now CreateThread in gc...Jeff Schwartz1-0/+3
2017-01-23[Local GC] Provide an implementation of GCToOSInterface for Unix-like platfor...Sean Gillespie1-0/+625