summaryrefslogtreecommitdiff
path: root/src/gc/objecthandle.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-06-11UNREFERENCED_PARAMETERSuchiman1-0/+2
2019-06-11Port typo fixes from CoreRTSuchiman1-2/+2
2019-05-15Remove concept of AppDomains from the GC (#24536)David Wrighton1-78/+4
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-2/+0
2019-01-15allocate the right number of slots for the handle table when number of proces...David Mason1-1/+1
2018-11-30Fix perf issues with GetCurrentThreadHomeHeapNumber (#21150)David Mason1-2/+1
2018-11-16Fix unloadability races (#21024)Jan Vorlicek1-3/+0
2018-09-14convert HandleStore::_underlyingBucket to a pointer (#19935)David Mason1-16/+0
2018-08-27re-enable com for local gc (#19681)David Mason1-9/+2
2018-08-25Remove NumaNodeInfo, CPUGroupInfo, AppDomain, SystemDomain, and EEConfig stub...David Mason1-5/+0
2018-08-11[local gc] disable feature redhawk (#17769)David Mason1-6/+4
2018-06-09Avoid NativeOverlapped pinning by allocating unmanaged memory for it (#18360)Jan Kotas1-1/+1
2017-12-13Revert " Revert "[Local GC] Move knowledge of overlapped I/O objects to the E...Jan Kotas1-36/+19
2017-12-12Revert "[Local GC] Move knowledge of overlapped I/O objects to the EE through...Sean Gillespie1-19/+36
2017-12-12Revert "Cast lp1 to the ScanContext; lp2 is a function pointer. (#15433)"Sean Gillespie1-1/+1
2017-12-07Cast lp1 to the ScanContext; lp2 is a function pointer. (#15433)Sean Gillespie1-1/+1
2017-11-27[Local GC] Move knowledge of overlapped I/O objects to the EE through four ca...Sean Gillespie1-36/+19
2017-08-22[Local GC] Enable building the GC as a shared library (#13137)Sean Gillespie1-1/+3
2017-07-20[Local GC] Refactor usage of GC-internal functions in the DAC (#12458)Sean Gillespie1-1/+16
2017-06-23[Local GC] Remove a number of inclusions of handle table private headers from...Sean Gillespie1-2/+6
2017-06-08[Local GC] Add GetThread to the GC/EE interface (#12036)Sean Gillespie1-1/+0
2017-06-01[Local GC] Remove uses of g_SystemInfo from the GC (#11628)Sean Gillespie1-2/+2
2017-04-27Fix a double-free encountered when failing to initialize a handle table bucke...Sean Gillespie1-1/+2
2017-04-24[Local GC] Ensure that handle creation returns null on failure instead of thr...Sean Gillespie1-6/+20
2017-04-14Make HandleStores contain their underlying bucket directly.Aditya Mandaleeka1-51/+62
2017-04-13Make a GCHandleStore class and interface for use by the VM.Aditya Mandaleeka1-0/+7
2017-04-10Move handle destruction code to IGCHandleTable.Aditya Mandaleeka1-45/+0
2017-04-09Move variable handle creation.Aditya Mandaleeka1-24/+0
2017-04-07Add creation of special handle types to IGCHandleTable.Aditya Mandaleeka1-18/+0
2017-03-28[Local GC] Use standard C++ types (bool) and consistent types (void*) on the ...Sean Gillespie1-2/+2
2016-11-22This is to separate the diagnostics code out from gc.cpp (exceptMaoni01-66/+33
2016-09-15Update the GC from CoreRT (#7207)Sean Gillespie1-15/+15
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-19/+19
2016-01-31Merge pull request #2520 from sperling/profilerJan Kotas1-0/+2
2016-01-31Enabling profiling on Unix/OS X.Andreas Strid1-0/+2
2016-01-27Update license headersdotnet-bot1-4/+3
2015-12-24GC OS interface refactoringJan Vorlicek1-4/+4
2015-12-03Update GC from CoreRTJan Kotas1-1/+1
2015-11-20Fix build breaks after GC updateJan Kotas1-2/+2
2015-11-19Update GC from CoreRTJan Kotas1-39/+115
2015-11-19Some formatting cleanupJan Vorlicek1-2/+2
2015-11-19Replaced remaining typesJan Vorlicek1-50/+50
2015-11-19Add casts to APIs that require LONG / DWORD parametersJan Vorlicek1-2/+2
2015-11-19Changed LONG and ULONGJan Vorlicek1-1/+1
2015-11-18Replace most windows style types by c++ typesJan Vorlicek1-91/+91
2015-10-29Port .NET Framework 4.6.1 changesJan Kotas1-0/+1
2015-10-15Cleanup GC-EE InterfaceJan Kotas1-31/+78
2015-09-12Use NULL for consistencyJan Kotas1-1/+1
2015-04-07Merge changes from parent branchdotnet-bot1-4/+4
2015-02-12Typo fix in objecthandle.cppAndrey Akinshin1-1/+1