summaryrefslogtreecommitdiff
path: root/src/vm/comutilnative.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-07-19Fixing Buffer::BlockCopy, JIT_MemCpy, and JIT_MemSet to just call the appropr...Tanner Gooding1-4/+0
2019-07-08Return HardLimitBytes from GCMemoryInfo.TotalAvailableMemoryBytes (#25437)Andy Hanson1-4/+4
2019-07-01Delete dead code (#25513)Jan Kotas1-9/+0
2019-06-17Stop ignoring crashes around IUnknown::Release calls (#25210)Jan Kotas1-7/+0
2019-06-10Use SIZE_T for SectionSize in RegisterFrozenSegment (#25044)Mukul Sabharwal1-1/+1
2019-06-02Improve fatal err msg (#24390)Dan Moseley1-10/+0
2019-05-31Makes GetTotalAllocatedBytes monotonic in nonprecise case. (#24875)Vladimir Sadov1-5/+23
2019-05-27Call derived ToString on inner exceptions (#24793)Dan Moseley1-32/+13
2019-05-24Add more runtime GC counters (#24561)Sung Yoon Whang1-0/+16
2019-05-13Implement GC.GetTotalAllocatedBytes (#23852)Ludovic Henry1-0/+41
2019-05-02System.GC.AllocateUninitializedArray (#24096)Vladimir Sadov1-0/+28
2019-04-29Workaround memset alignment sensitivity (#24302)Jan Kotas1-0/+22
2019-04-05Fix typo in Buffer.BlockCopy (#23636)Egor Bogatov1-1/+1
2019-02-22Enable FEATURE_BASICFREEZE (#22776)Mukul Sabharwal1-0/+58
2019-02-21Add exception counter (#22734)Sung Yoon Whang1-0/+8
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-7/+0
2019-01-22Move MemoryFailPoint to shared CoreLib partition (#22104)Filip Navara1-0/+20
2019-01-20Cleanup array related FCalls (#22097)Jan Kotas1-31/+0
2018-10-11fix issue where we wouldn't throw OOM after failing to allocate more space fo...David Mason1-1/+4
2018-04-02Added a new API to provide memory information that GC records. This (#17326)Maoni Stephens1-0/+12
2018-03-19Switch over to managed Marvin implementation for string hashing (#17029)Jan Kotas1-131/+0
2018-03-06Remove libuuid usage (#16643)Jan Vorlicek1-1/+1
2018-02-26Use overriden double/float GetHashCode for default struct hashcodes (#16550)Jan Kotas1-44/+50
2018-01-28Improve Interlocked.Exchange<T> (#16058)mikedn1-40/+0
2017-11-20Move TaskToApm to shared CoreLib partition (#15113)Jan Kotas1-48/+0
2017-11-06Cleanup BCLDebug (#14868)Jan Kotas1-19/+0
2017-10-24Cleanup BCLDebugJan Kotas1-5/+2
2017-09-18Remove now dead ParseNumbers code in runtimeStephen Toub1-645/+0
2017-08-27Remove always defined FEATURE_RANDOMIZE_STRING_HASHING define (#13491)Dan Moseley1-187/+14
2017-08-23Fixed Equals/GetHashCode bug for struct. (#13164)Jim Ma1-13/+160
2017-03-28[Local GC] Use standard C++ types (bool) and consistent types (void*) on the ...Sean Gillespie1-4/+4
2017-03-25Add Interlocked.MemoryBarrierProcessWide (#10476)Jan Kotas1-0/+14
2017-03-09Improve span copy of pointers and structs containing pointers (#9999)Koundinya Veluri1-1/+13
2017-02-14Optimizing Span.Clear using memsetahsonkhan1-0/+7
2017-02-12Remove remainder of FEATURE_CORECLR (tool missed some files, also comments)danmosemsft1-1/+1
2017-02-12Remove always defined FEATURE_EXCEPTIONDISPATCHINFOdanmosemsft1-2/+0
2017-02-11Revert "Remove always defined FEATURE_CORESYSTEM"danmosemsft1-0/+6
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-101/+0
2017-02-10Remove always defined FEATURE_CORESYSTEMdanmosemsft1-6/+0
2016-09-23update JIT_MemSet/MemCpy, Buffer::BlockCopy and Buffer::InternalBlock… (#7198)Xiangyang (Mark) Guo1-0/+8
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-27/+27
2016-08-29added GC.GetAllocatedBytesForCurrentThread APIMaoni Stephens1-0/+18
2016-05-07Buffer.BlockCopy: Avoid double-typechecks for arrays of same type (#4807)James Ko1-3/+6
2016-05-03Generalize Buffer.BlockCopy optimization for either src or dst (#4736)James Ko1-11/+23
2016-02-10Add a fast path for byte[] to Buffer.BlockCopyJan Kotas1-13/+29
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-19Fix override detection to work reliably for JITed mscorlibJan Kotas1-8/+27
2016-01-19Tweak a few more aspects of Stream.Read/WriteAsync perf improvementsstephentoub1-2/+2
2016-01-19Add generic detection of Stream.{Begin|End}{Read|Write} overridesJan Kotas1-0/+54
2015-09-25Implement basic collation on top of ICUMatt Ellis1-3/+24