1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-09 09:34:49 +09:00

Rename mention to master branch to main (#48824)

This commit is contained in:
Viktor Hofer 2021-03-01 10:09:31 +01:00 committed by GitHub
parent 79ae74f5ca
commit 3553284bea
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
122 changed files with 230 additions and 230 deletions

View file

@ -327,7 +327,7 @@ Given WKS GC with concurrent GC on (default case), the code flow for a backgroun
Resources
=========
- [.NET CLR GC Implementation](https://raw.githubusercontent.com/dotnet/runtime/master/src/coreclr/gc/gc.cpp)
- [.NET CLR GC Implementation](https://raw.githubusercontent.com/dotnet/runtime/main/src/coreclr/gc/gc.cpp)
- [The Garbage Collection Handbook: The Art of Automatic Memory Management](http://www.amazon.com/Garbage-Collection-Handbook-Management-Algorithms/dp/1420082795)
- [Garbage collection (Wikipedia)](http://en.wikipedia.org/wiki/Garbage_collection_(computer_science))
- [Pro .NET Memory Management](https://prodotnetmemory.com/)