summaryrefslogtreecommitdiff
path: root/src/gc/unix
AgeCommit message (Expand)AuthorFilesLines
2017-06-01[Local GC] Remove uses of g_SystemInfo from the GC (#11628)Sean Gillespie1-0/+12
2017-06-01Fix a build break in feature branch caused by obsolete error (#11335)Sean Gillespie1-4/+0
2017-06-01[Local GC] Scaffolding for loading a standalone GC (#11242)Sean Gillespie1-3/+3
2017-05-29Implement GetCurrentProcessCpuCount for Unix and merge NumberOfProcesors impl...Tom Deseyn3-4/+95
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 Gillespie6-16/+390
2017-04-14Implement MEM_RESET handling in VirtualAlloc on Unix (#10939)Jan Vorlicek1-2/+14
2017-03-22memory limit in containers on linuxrahul3-5/+365
2017-01-23[Local GC] Provide an implementation of GCToOSInterface for Unix-like platfor...Sean Gillespie4-0/+691