summaryrefslogtreecommitdiff
path: root/src/vm/comutilnative.h
AgeCommit message (Expand)AuthorFilesLines
2019-07-08Return HardLimitBytes from GCMemoryInfo.TotalAvailableMemoryBytes (#25437)Andy Hanson1-1/+1
2019-06-10Use SIZE_T for SectionSize in RegisterFrozenSegment (#25044)Mukul Sabharwal1-1/+1
2019-05-24Add more runtime GC counters (#24561)Sung Yoon Whang1-1/+2
2019-05-13Implement GC.GetTotalAllocatedBytes (#23852)Ludovic Henry1-1/+2
2019-05-02System.GC.AllocateUninitializedArray (#24096)Vladimir Sadov1-1/+3
2019-02-22Enable FEATURE_BASICFREEZE (#22776)Mukul Sabharwal1-0/+8
2019-02-21Add exception counter (#22734)Sung Yoon Whang1-0/+1
2019-01-22Move MemoryFailPoint to shared CoreLib partition (#22104)Filip Navara1-0/+1
2019-01-20Cleanup array related FCalls (#22097)Jan Kotas1-2/+0
2018-04-02Added a new API to provide memory information that GC records. This (#17326)Maoni Stephens1-0/+1
2018-03-19Switch over to managed Marvin implementation for string hashing (#17029)Jan Kotas1-37/+0
2018-01-28Improve Interlocked.Exchange<T> (#16058)mikedn1-2/+0
2017-11-20Move TaskToApm to shared CoreLib partition (#15113)Jan Kotas1-1/+0
2017-11-06Cleanup BCLDebug (#14868)Jan Kotas1-6/+0
2017-10-24Cleanup BCLDebugJan Kotas1-1/+1
2017-09-18Remove now dead ParseNumbers code in runtimeStephen Toub1-36/+0
2017-08-27Remove always defined FEATURE_RANDOMIZE_STRING_HASHING define (#13491)Dan Moseley1-14/+3
2017-03-25Add Interlocked.MemoryBarrierProcessWide (#10476)Jan Kotas1-0/+3
2017-03-09Improve span copy of pointers and structs containing pointers (#9999)Koundinya Veluri1-6/+4
2017-02-14Optimizing Span.Clear using memsetahsonkhan1-0/+8
2017-02-12Remove always defined FEATURE_EXCEPTIONDISPATCHINFOdanmosemsft1-2/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-34/+0
2016-08-29added GC.GetAllocatedBytesForCurrentThread APIMaoni Stephens1-0/+2
2016-01-27Update license headersdotnet-bot1-4/+3
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/+6
2015-10-27[arm] Clean up a few places where the arm build has bit rottedGeoff Norton1-1/+1
2015-09-25Implement basic collation on top of ICUMatt Ellis1-0/+7
2015-03-03Introduce FC_TypedByRef for passing TypedReferences as FCall argumentsJan Kotas1-2/+2
2015-02-25Allow users to specify a no GC region (on behalf of maonis)Jan Kotas1-0/+6
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+306