summaryrefslogtreecommitdiff
path: root/src/gc/gc.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-02-13Fix GC heap corruption on ARM. (#27985)Anton Lapounov1-1/+1
2019-10-03oom (#26457) (#26983)Maoni Stephens1-1/+20
2019-07-12Fixes when accessing fgn_maxgen_percent (#25650)Andy Hanson1-6/+15
2019-07-08Return HardLimitBytes from GCMemoryInfo.TotalAvailableMemoryBytes (#25437)Andy Hanson1-11/+13
2019-07-05many core (#25350)Maoni Stephens1-145/+795
2019-06-25Brick table (#25349)Peter Sollich1-15/+17
2019-06-21don't require seg size to be power of 2 for large pages (#25216)Maoni Stephens1-5/+17
2019-06-11CoreRT changeSuchiman1-7/+3
2019-06-11Ensure gen0_max_size to be initially >= gen0_min_sizeSuchiman1-0/+2
2019-06-11Multiple CoreRT changesSuchiman1-14/+7
2019-06-11Fix castsSuchiman1-4/+4
2019-06-11Fix Redhawk definesSuchiman1-5/+4
2019-06-11UNREFERENCED_PARAMETERSuchiman1-6/+8
2019-06-11Port typo fixes from CoreRTSuchiman1-27/+27
2019-06-06Clear syncblock early when `VERIFY_HEAP && DEBUG` to prevent verification ass...Vladimir Sadov1-0/+11
2019-05-28Using AllocateUninitializedArray in array pool (#24504)Vladimir Sadov1-14/+28
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