Introduction - If you have any usage issues, please Google them yourself
Libgc is a conservative garbage cleaning device, it will scan the program in the periodic data, and mark the current memory in the heap object is used by all, then release all the unlabeled memory.
However, libgc does not detect memory space allocated by libgc other than allocator and will not automatically release it.