summaryrefslogtreecommitdiff
path: root/src/vm/gchandleutilities.h
AgeCommit message (Expand)AuthorFilesLines
2017-07-20[Local GC] Refactor usage of GC-internal functions in the DAC (#12458)Sean Gillespie1-2/+3
2017-06-20[Local GC] Move handle creation/deletion profiler callbacks out of the GC (#1...Sean Gillespie1-125/+62
2017-04-24[Local GC] Ensure that handle creation returns null on failure instead of thr...Sean Gillespie1-19/+133
2017-04-20Rename CompareAndSwap to InterlockedCompareExchange.Aditya Mandaleeka1-1/+1
2017-04-19Move ResetOBJECTHANDLE and the associated holder to the VM side.Aditya Mandaleeka1-0/+6
2017-04-17Add handle assignment validation to VM side.Aditya Mandaleeka1-2/+12
2017-04-17Move handle manipulation functions to interface.Aditya Mandaleeka1-0/+17
2017-04-13Rename IGCHandleTable to IGCHandleManager.Aditya Mandaleeka1-0/+348