summaryrefslogtreecommitdiff
path: root/src/gc/gcpriv.h
AgeCommit message (Expand)AuthorFilesLines
2019-10-03oom (#26457) (#26983)Maoni Stephens1-0/+11
2019-07-05many core (#25350)Maoni Stephens1-2/+33
2019-06-25Brick table (#25349)Peter Sollich1-3/+0
2019-06-11Fix castsSuchiman1-1/+1
2019-05-15Remove concept of AppDomains from the GC (#24536)David Wrighton1-7/+0
2019-05-13Implement GC.GetTotalAllocatedBytes (#23852)Ludovic Henry1-1/+7
2019-05-02System.GC.AllocateUninitializedArray (#24096)Vladimir Sadov1-7/+17
2019-05-01When large pages are enabled, only reserve/commit 1x seg size for LOH (#24320)Andy Hanson1-1/+1
2019-04-26Improve LOH heap balancing (#24081)Andy Hanson1-2/+10
2019-04-15Delete unused YieldProcessorScalingFactor from GC (#23994)Jan Kotas1-11/+0
2019-04-08Add Large pages support in GCMukul Sabharwal1-0/+4
2019-03-22Merge pull request #23366 from andy-ms/heap_hard_limitAndy Hanson1-1/+1
2019-03-20Don't compact LOH just because a heap_hard_limit existsAndy Hanson1-1/+1
2019-02-22More GNUC Fixes (#22687)Sinan Kaya1-0/+5
2019-01-29To support container scenario, 2 HardLimit configs are added - (#22180)Maoni Stephens1-21/+128
2018-12-26desktop port (#21523)Maoni Stephens1-37/+139
2018-11-06Pull out GetContainingObjectAndrew Au1-6/+3
2018-11-06find_objectMaoni01-3/+6
2018-08-25Remove NumaNodeInfo, CPUGroupInfo, AppDomain, SystemDomain, and EEConfig stub...David Mason1-2/+2
2018-08-11[local gc] disable feature redhawk (#17769)David Mason1-1/+1
2018-04-21Use volatile load to read brick table entries (#17717)Jan Kotas1-1/+1
2018-04-02[local gc] gc spinning part 1 (#17341)David Mason1-0/+10
2018-04-02Added a new API to provide memory information that GC records. This (#17326)Maoni Stephens1-0/+13
2018-03-13[local gc] refactor apis for threading and suspension to avoid redundant call...David Mason1-3/+3
2018-02-01Memory footprint gc latency level (#15469)gbalykov1-24/+75
2017-11-09[Local GC] Unify background GC thread and server GC thread creation (#14821)Sean Gillespie1-2/+2
2017-08-22[Local GC] Enable building the GC as a shared library (#13137)Sean Gillespie1-7/+1
2017-08-04align the segment size to power of 2 and perf fix on getting the seg mapping ...Maoni Stephens1-0/+5
2017-07-25Cleanup GC *_STAT bitrot (#12772)Steve MacLean1-31/+14
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean1-2/+4
2017-06-01[Local GC] Obtaining configuration information (#11379)Sean Gillespie1-49/+6
2017-05-30Allowing larger segment size for SOH, in preparation for enabling it for NoGC...Maoni Stephens1-0/+11
2017-05-19NO_WRITE_BARRIER hasn't been used in ages and we don't think it will be used ...Maoni Stephens1-4/+0
2017-04-14[Local GC] Move operations on CLREventStatic to the EE interface (#10813)Sean Gillespie1-15/+13
2017-04-07[Local GC] Fix some interface violations (#10817)Sean Gillespie1-1/+1
2017-03-30Fix an issue where the DAC and GC versions of the heap_segment data structure...Sean Gillespie1-3/+5
2017-03-28[Local GC] Use standard C++ types (bool) and consistent types (void*) on the ...Sean Gillespie1-8/+8
2017-03-16[Local GC] Break EE dependency on GC's generation table and alloc lock in sin...Sean Gillespie1-8/+0
2017-03-10Porting desktop changes to coreclr. This fixes the following:Maoni01-0/+6
2017-03-01Merge pull request #9770 from adityamandaleeka/card_bundles_unix_2Aditya Mandaleeka1-0/+8
2017-02-28Implement card bundles for non-Windows platforms.Aditya Mandaleeka1-0/+6
2017-02-24[Local GC] Move workstation GC DAC globals to a struct shared between GC and ...Sean Gillespie1-126/+107
2017-02-24Clean up some GC code.Aditya Mandaleeka1-0/+2
2017-01-06[Local GC] Move Software Write Watch's write barrier updates to GCToEEInterfa...Sean Gillespie1-3/+1
2016-12-10Local GC: Decouple write barrier operations between the GC and EE (#8568)Sean Gillespie1-3/+0
2016-11-29Fix the mistmatch between gc_thread_stub and GCThreadFunction (#8336)Jonghyun Park1-1/+1
2016-11-22This is to separate the diagnostics code out from gc.cpp (exceptMaoni01-23/+23
2016-11-16Enable GCToOSInterface to be defined on the GC side of the GC interface (#8121)Sean Gillespie1-0/+2
2016-10-07Return null on allocation failure due to OOM instead of throwing a exception ...Sean Gillespie1-2/+0
2016-09-15Update the GC from CoreRT (#7207)Sean Gillespie1-1/+1