blob: 1124ab0f601566b3bb5d5eb2bba3b96a1a2156f7 [file] [log] [blame]
config BR2_PACKAGE_BDWGC
bool "bdwgc"
depends on BR2_USE_MMU # madvise()
depends on BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS
select BR2_PACKAGE_LIBATOMIC_OPS
help
The Boehm-Demers-Weiser conservative garbage collector can
be used as a garbage collecting replacement for C 'malloc'
or C++ 'new'.
https://www.hboehm.info/gc/