summaryrefslogtreecommitdiff
path: root/src/gc/gchandletable.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-05-15Remove concept of AppDomains from the GC (#24536)David Wrighton1-19/+2
2018-09-14convert HandleStore::_underlyingBucket to a pointer (#19935)David Mason1-0/+2
2017-12-13Revert " Revert "[Local GC] Move knowledge of overlapped I/O objects to the E...Jan Kotas1-2/+2
2017-12-12Revert "[Local GC] Move knowledge of overlapped I/O objects to the EE through...Sean Gillespie1-2/+2
2017-11-27[Local GC] Move knowledge of overlapped I/O objects to the EE through four ca...Sean Gillespie1-2/+2
2017-06-23[Local GC] Remove a number of inclusions of handle table private headers from...Sean Gillespie1-0/+5
2017-06-15[Local GC] Fix a number of handle table interface violations (#12277)Sean Gillespie1-5/+19
2017-06-01[Local GC] Add async pinned handle methods to the handle interface (#11569)Sean Gillespie1-0/+12
2017-06-01[Local GC] Fix some handle table interface violations in COMDependentHandle (...Sean Gillespie1-0/+10
2017-04-24[Local GC] Ensure that handle creation returns null on failure instead of thr...Sean Gillespie1-1/+5
2017-04-20Rename CompareAndSwap to InterlockedCompareExchange.Aditya Mandaleeka1-1/+1
2017-04-17Move handle manipulation functions to interface.Aditya Mandaleeka1-0/+15
2017-04-14Make HandleStores contain their underlying bucket directly.Aditya Mandaleeka1-10/+25
2017-04-13Rename IGCHandleTable to IGCHandleManager.Aditya Mandaleeka1-13/+13
2017-04-13Make a GCHandleStore class and interface for use by the VM.Aditya Mandaleeka1-38/+46
2017-04-11Rename overloaded "table" to "store" for VM side concept.Aditya Mandaleeka1-18/+23
2017-04-11Hide knowledge of handle table buckets and home heaps from VM side.Aditya Mandaleeka1-3/+27
2017-04-11Add GetNewHandleTable and GetGlobalHandleTable to interface.Aditya Mandaleeka1-0/+10
2017-04-11Remove GetHandleTableForHandle and add CreateDuplicateHandle.Aditya Mandaleeka1-5/+5
2017-04-11Replace GetHandleTableContext with GetHandleContext.Aditya Mandaleeka1-2/+2
2017-04-10Move handle destruction code to IGCHandleTable.Aditya Mandaleeka1-1/+16
2017-04-07Add creation of special handle types to IGCHandleTable.Aditya Mandaleeka1-0/+18
2017-04-05Add handle creation functionality to IGCHandleTable and make VM code use it.Aditya Mandaleeka1-0/+5
2017-03-31Change how VM calls ObjectFromHandle.Aditya Mandaleeka1-4/+4
2017-03-31Add way to get table for handle and ADIndex for handletable.Aditya Mandaleeka1-0/+10
2017-03-29Create a GCHandleTable interface with Init/Shutdown.Aditya Mandaleeka1-0/+24