blob: 5e23b3da6b409f7fe62c5a3f9e8dfaad53aea110 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
config BR2_PACKAGE_LIBGC
bool "libgc"
select BR2_PACKAGE_LIBATOMIC_OPS
depends on BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS
help
The Boehm-Demers-Weiser conservative garbage collector can be used
as a garbage collecting replacement for C malloc or C++ new. It allows
you to allocate memory basically as you normally would, without
explicitly deallocating memory that is no longer useful.
http://www.hboehm.info/gc/
|