Skip to content

Commit ce2224e

Browse files
committed
update:gc-part2
add: images for triggers of GC
1 parent fe131fd commit ce2224e

2 files changed

Lines changed: 104 additions & 1 deletion

File tree

src/content/posts/NET/GC/gc_part2.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Reading CoreClr Code- 18 Reasons Trigger GC in DotNET (Part 1)
33
published: 2025-07-29
44
description: "Some Info"
5-
image: ""
5+
image: "./gc_types/types.svg"
66
tags: [DOTNET, GC, CSharp, CoreClr]
77
category: "CoreClr"
88
draft: false
@@ -11,6 +11,7 @@ lang: "en"
1111

1212
# The 18 triggers in GC By reading DOTNET Source Code
1313

14+
![types](./gc_types/types.svg)
1415
By reading DOTNET source code , in file [runtime/src/coreclr/gc
1516
/gc.cpp](https://github.com/dotnet/runtime/blob/main/src/coreclr/gc/gc.cpp)
1617

src/content/posts/NET/GC/gc_types/trigger.svg

Lines changed: 102 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)