summaryrefslogtreecommitdiff
path: root/src/gc/gcinterface.h
AgeCommit message (Expand)AuthorFilesLines
2019-07-08Return HardLimitBytes from GCMemoryInfo.TotalAvailableMemoryBytes (#25437)Andy Hanson1-5/+6
2019-05-24Add more runtime GC counters (#24561)Sung Yoon Whang1-0/+4
2019-05-15Remove concept of AppDomains from the GC (#24536)David Wrighton1-25/+3
2019-05-13Implement GC.GetTotalAllocatedBytes (#23852)Ludovic Henry1-0/+2
2019-05-02System.GC.AllocateUninitializedArray (#24096)Vladimir Sadov1-4/+24
2019-04-24Add Medium GC Profiling Mode & ICorProfilerInfo::GetObjectReferences (#24156)Mukul Sabharwal1-0/+4
2019-04-11Remove duplicates. (#23922)bdebaere1-2/+0
2019-03-07Fix how we check whether events are enabled via LTTng (#22707)Sung Yoon Whang1-0/+10
2019-02-22Enable FEATURE_BASICFREEZE (#22776)Mukul Sabharwal1-0/+3
2019-02-21increasing LocalGC version to 3 for 3.0 (#22751)Maoni Stephens1-1/+1
2018-12-26desktop port (#21523)Maoni Stephens1-2/+2
2018-08-31Enable gc_profiling for local gc (#19777)David Mason1-11/+1
2018-08-25Remove NumaNodeInfo, CPUGroupInfo, AppDomain, SystemDomain, and EEConfig stub...David Mason1-1/+1
2018-06-09Avoid NativeOverlapped pinning by allocating unmanaged memory for it (#18360)Jan Kotas1-1/+1
2018-04-02[local gc] gc spinning part 1 (#17341)David Mason1-0/+3
2018-04-02Added a new API to provide memory information that GC records. This (#17326)Maoni Stephens1-0/+14
2018-03-27fix for logalways eventing level (#17277)David Mason1-1/+2
2018-03-13[local gc] refactor apis for threading and suspension to avoid redundant call...David Mason1-0/+3
2018-02-01Memory footprint gc latency level (#15469)gbalykov1-3/+0
2018-01-31[local gc] Enable eventing (#16120)David Mason1-3/+3
2018-01-26GCPrivate, GCHandle, and GChandlePrivate events for local GC (#16020)David Mason1-0/+6
2018-01-23[Local GC] FEATURE_EVENT_TRACE 1/n: Tracking Event State (#15873)Sean Gillespie1-0/+50
2018-01-21Remove AppDomainLeaks configuration option (#15956)antofik1-2/+2
2017-12-13Revert " Revert "[Local GC] Move knowledge of overlapped I/O objects to the E...Jan Kotas1-11/+20
2017-12-12Revert "[Local GC] Move knowledge of overlapped I/O objects to the EE through...Sean Gillespie1-20/+11
2017-11-27[Local GC] Move knowledge of overlapped I/O objects to the EE through four ca...Sean Gillespie1-11/+20
2017-11-01[Local GC] Fix (another) ScanContext layout issue when building without FEATU...Sean Gillespie1-2/+0
2017-10-30[Local GC] Fix an issue where the size of ScanContext differs between EE and ...Sean Gillespie1-0/+6
2017-10-27[Local GC] Implement loader protocol for a standalone GC (#14663)Sean Gillespie1-14/+29
2017-08-22[Local GC] Enable building the GC as a shared library (#13137)Sean Gillespie1-0/+3
2017-06-23[Local GC] Remove a number of inclusions of handle table private headers from...Sean Gillespie1-0/+10
2017-06-15[Local GC] Fix a number of handle table interface violations (#12277)Sean Gillespie1-5/+9
2017-06-01[Local GC] Obtaining configuration information (#11379)Sean Gillespie1-6/+0
2017-06-01[Local GC] Add async pinned handle methods to the handle interface (#11569)Sean Gillespie1-0/+5
2017-06-01[Local GC] Fix some handle table interface violations in COMDependentHandle (...Sean Gillespie1-0/+4
2017-06-01[Local GC] Scaffolding for loading a standalone GC (#11242)Sean Gillespie1-5/+14
2017-04-20Rename CompareAndSwap to InterlockedCompareExchange.Aditya Mandaleeka1-1/+1
2017-04-17Move handle manipulation functions to interface.Aditya Mandaleeka1-0/+6
2017-04-14Merge pull request #10955 from adityamandaleeka/makeHandleStoreClassAditya Mandaleeka1-15/+21
2017-04-14[Local GC] Move operations on CLREventStatic to the EE interface (#10813)Sean Gillespie1-3/+5
2017-04-13Rename IGCHandleTable to IGCHandleManager.Aditya Mandaleeka1-3/+3
2017-04-13Make a GCHandleStore class and interface for use by the VM.Aditya Mandaleeka1-13/+19
2017-04-11Rename overloaded "table" to "store" for VM side concept.Aditya Mandaleeka1-9/+9
2017-04-11Hide knowledge of handle table buckets and home heaps from VM side.Aditya Mandaleeka1-0/+8
2017-04-11Add GetNewHandleTable and GetGlobalHandleTable to interface.Aditya Mandaleeka1-0/+4
2017-04-11Remove GetHandleTableForHandle and add CreateDuplicateHandle.Aditya Mandaleeka1-2/+2
2017-04-11Replace GetHandleTableContext with GetHandleContext.Aditya Mandaleeka1-1/+1
2017-04-10Move handle destruction code to IGCHandleTable.Aditya Mandaleeka1-0/+6
2017-04-07Merge pull request #10757 from adityamandaleeka/handle_table_local_gc_initAditya Mandaleeka1-0/+20
2017-04-07Move OBJECTHANDLE definition to gcinterface.hAditya Mandaleeka1-0/+12