Config.in 340 B

1234567891011
  1. config BR2_PACKAGE_BDWGC
  2. bool "bdwgc"
  3. depends on BR2_USE_MMU # madvise()
  4. depends on BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS
  5. select BR2_PACKAGE_LIBATOMIC_OPS
  6. help
  7. The Boehm-Demers-Weiser conservative garbage collector can
  8. be used as a garbage collecting replacement for C 'malloc'
  9. or C++ 'new'.
  10. https://www.hboehm.info/gc/