summaryrefslogtreecommitdiff
path: root/src/gc/gc.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-05-15Remove concept of AppDomains from the GC (#24536)David Wrighton1-169/+0
2019-05-14Fix issues reported by PREfast static analysis tool (#24577)Jan Kotas1-11/+3
2019-05-13Implement GC.GetTotalAllocatedBytes (#23852)Ludovic Henry1-2/+34
2019-05-08Merge pull request #24366 from sandreenko/fixLogPrintingSergey Andreenko1-1/+1
2019-05-02System.GC.AllocateUninitializedArray (#24096)Vladimir Sadov1-62/+114
2019-05-02Fix some small issues with stress logging.Sergey Andreenko1-1/+1
2019-05-01When large pages are enabled, only reserve/commit 1x seg size for LOH (#24320)Andy Hanson1-5/+3
2019-04-26Typos (#24280)John Doe1-1/+1
2019-04-26Improve LOH heap balancing (#24081)Andy Hanson1-71/+125
2019-04-26Fix creation of the NUMA node to heap number mapJan Vorlicek1-9/+17
2019-04-24Add Medium GC Profiling Mode & ICorProfilerInfo::GetObjectReferences (#24156)Mukul Sabharwal1-2/+19
2019-04-16Use delete [] on array types (#24027)Omair Majid1-1/+1
2019-04-14Removed support for short plug padding in `fit`.vsadov1-37/+5
2019-04-14Adjust plug_size_to_fit to consider large alignment om ARM32vsadov1-0/+4
2019-04-08Add Large pages support in GCMukul Sabharwal1-11/+25
2019-04-04Modify affinity range config format for WindowsJan Vorlicek1-1/+3
2019-04-03Fix flipped error codesJan Vorlicek1-2/+2
2019-04-03Use the GCHeapAffinitizeRanges / GCHeapAffinitizeMask exclusivelyJan Vorlicek1-15/+4
2019-04-03Reflect PR feedbackJan Vorlicek1-61/+4
2019-04-03Remove CPU groups handling from the gc.cppJan Vorlicek1-196/+109
2019-03-22Merge pull request #23366 from andy-ms/heap_hard_limitAndy Hanson1-4/+4
2019-03-20Don't compact LOH just because a heap_hard_limit existsAndy Hanson1-4/+4
2019-03-11Merge pull request #23093 from franksinankaya/gcc_warnings_9Jan Vorlicek1-1/+1
2019-03-07Fix how we check whether events are enabled via LTTng (#22707)Sung Yoon Whang1-0/+13
2019-03-07Fix signed compare warningsSinan Kaya1-1/+1
2019-03-01Revert heapcount and enable CPU Groups to fix Ubuntu FPE (#22861)Varun Venkatesan1-1/+23
2019-02-22Enable FEATURE_BASICFREEZE (#22776)Mukul Sabharwal1-18/+4
2019-02-22More GNUC Fixes (#22687)Sinan Kaya1-2/+2
2019-01-29To support container scenario, 2 HardLimit configs are added - (#22180)Maoni Stephens1-231/+677
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-2/+0
2019-01-10Normalize a few more spin-wait loops (#21586)Koundinya Veluri1-6/+6
2019-01-03Fix GC for collectible array of pure value types (#21782)Jan Vorlicek1-0/+13
2018-12-26desktop port (#21523)Maoni Stephens1-631/+1177
2018-12-15Enable PinPlugAtGCTime event for standalone GC (#21543)Sung Yoon Whang1-4/+3
2018-11-30Fix perf issues with GetCurrentThreadHomeHeapNumber (#21150)David Mason1-9/+6
2018-11-13n_heaps needs to be initialized before init_static_data is called (#20968)Maoni Stephens1-2/+1
2018-11-08Remove need for full GC for unloadable stuff (#20384)Jan Vorlicek1-16/+0
2018-11-06Pull out GetContainingObjectAndrew Au1-33/+22
2018-11-06find_objectMaoni01-22/+33
2018-11-06Loop-free GC rounding helpers with _BitScanReverse. (#20157)Jack Pappas1-64/+55
2018-09-25Porting fix on Desktop for VirtualUnlock perf issue on WKS GC when we reset m...Sung Yoon Whang1-1/+9
2018-09-12Fix GC for collectible classes (#19892)Jan Vorlicek1-0/+5
2018-08-31[local gc] move DacNotifyGCMarkEnd and AnalyzeSurvivorsRequested to GCToEEIn...David Mason1-38/+2
2018-08-25Remove NumaNodeInfo, CPUGroupInfo, AppDomain, SystemDomain, and EEConfig stub...David Mason1-23/+19
2018-08-11[local gc] disable feature redhawk (#17769)David Mason1-21/+11
2018-06-03Typo (#18266)John Doe1-1/+1
2018-05-30Improve the labeling of .NET Threads. (#18193)Vance Morrison1-2/+2
2018-05-24Fix a variety of typos (#18096)John Doe1-2/+2
2018-04-21Use volatile load to read brick table entries (#17717)Jan Kotas1-14/+8
2018-04-02Added a new API to provide memory information that GC records. This (#17326)Maoni Stephens1-7/+59