# cGarbageCollect **Repository Path**: liyonghelpme/c-garbage-collect ## Basic Information - **Project Name**: cGarbageCollect - **Description**: c堆内存垃圾回收机制 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-11-01 - **Last Updated**: 2021-09-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 简单的C mark sweep 内存垃圾回收机制 初始化一个GC状态 InitGC AllocRoot heap上分配Root型内存 AllocOther 分配其它内存 GarbageCollect 执行内存回收