# Garbage Collection --- ## Object Definition ```c typedef struct _kpl_gc_count { _Atomic size_t ref_count; kpl_any any; } kpl_gc_count; ```