资 源 简 介
Portable thread-based garbage collection library, for C-LibGC is a thread-based garbage-collection library with the following features:
thread-based garbage collection.
precise collection.
uses the mark & sweep algorithm.
portable uses no low-level O/S-specific features.
no dependencies headers only.
weak pointers.
garbage-collected strong and weak arrays.
customizable garbage collection with user-defined finalize and mark callbacks.
wrapper class for non-garbage-collected classes.