Garbage Collector(가비지 컬렉터) - C++/C#/CS 기초 Posted Sep 22, 2025 By Seungmin Lee 1 min read Garbage Collector(가비지 컬렉터) 📌 개념 정리 메모리 관리를 자동화하는 메커니즘 사용하지 않는 객체를 자동으로 찾아 해제 C#, Java 등에서 사용되는 메모리 관리 기법 Tech Interview, Study Plan c++ c# computer-science algorithm data-structure operating-system network database design-pattern This post is licensed under CC BY 4.0 by the author. Share