Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ellie
c-sharp-study
Wiki
ellie csharp 4.bcl
ellie csharp 4.bcl
· Changes
Page history
no message
authored
Dec 01, 2015
by
ellie
Hide whitespace changes
Inline
Side-by-side
ellie-csharp-4.bcl.markdown
View page @
1f1c1449
준비중...
준비중
입니다.
...
### **1. garbage collector 동작 방식**
*
**managed heap :**
reference type의 모든 instance가 생성되고 할당되는 memory pool이다. object가 초기화되었을 때 CLR은 managed heap에 address space를 할당한다.
...
...