summaryrefslogtreecommitdiff
path: root/src/gc/handletable.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-07-20[Local GC] Refactor usage of GC-internal functions in the DAC (#12458)Sean Gillespie1-0/+6
2017-06-20[Local GC] Move handle creation/deletion profiler callbacks out of the GC (#1...Sean Gillespie1-129/+0
2017-06-08[Local GC] Add GetThread to the GC/EE interface (#12036)Sean Gillespie1-1/+0
2017-06-01[Local GC] Add async pinned handle methods to the handle interface (#11569)Sean Gillespie1-4/+9
2017-04-24[Local GC] Ensure that handle creation returns null on failure instead of thr...Sean Gillespie1-11/+1
2017-04-11Delete Ref_ContainHandle and ContainsOBJECTHANDLE.Aditya Mandaleeka1-18/+0
2017-04-09Move variable handle creation.Aditya Mandaleeka1-0/+4
2016-09-15Update the GC from CoreRT (#7207)Sean Gillespie1-4/+4
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-4/+4
2016-06-30GC ETW fixes. The code for getting data for ETW and perf counter was written ...Maoni01-8/+12
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-26Update GC from CoreRTJan Kotas1-1/+1
2016-01-21Reduce clr startup noise when using Clang sanitizersSteve Harter1-4/+4
2015-12-24GC OS interface refactoringJan Vorlicek1-1/+1
2015-12-03Update GC from CoreRTJan Kotas1-1/+1
2015-11-19Update GC from CoreRTJan Kotas1-2/+13
2015-11-19Replaced remaining typesJan Vorlicek1-11/+11
2015-11-19Changed LONG and ULONGJan Vorlicek1-2/+2
2015-11-18Replace most windows style types by c++ typesJan Vorlicek1-60/+60
2015-10-29Port .NET Framework 4.6.1 changesJan Kotas1-21/+30
2015-10-15Cleanup GC-EE InterfaceJan Kotas1-0/+24
2015-09-12Replace unsigned __int64/__int64 with UINT64/INT64Jan Kotas1-1/+1
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+1427