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. The collector automatically recycles memory when it determines that it can no longer be otherwise accessed. The collector is also used by a number of programming language implementations that either use C as intermediate code, want to facilitate easier interoperation with C libraries, or just prefer the simple collector interface. Alternatively, the garbage collector may be used as a leak detector for C or C++ programs, though that is not its primary goal. The arguments for and against conservative garbage collection in C and C++ are briefly discussed in issues.html. Empirically, this collector works with most unmodified C programs.

Features

  • Scalable multiprocessor versions
  • This will require that you have C and C++ toolchains
  • The collector is not completely portable, but the distribution includes ports to most standard PC and UNIX/Linux platforms
  • The collector uses a mark-sweep algorithm
  • Use the garbage collector as a leak detector
  • Port the collector to new platforms

Project Samples

Project Activity

See All Activity >

Categories

System

License

MIT License

Follow Boehm-Demers-Weiser Garbage Collector

Boehm-Demers-Weiser Garbage Collector Web Site

Other Useful Business Software
MongoDB Atlas runs apps anywhere Icon
MongoDB Atlas runs apps anywhere

Deploy in 115+ regions with the modern database for every enterprise.

MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of Boehm-Demers-Weiser Garbage Collector!

Additional Project Details

Operating Systems

Linux, Windows

Programming Language

C

Related Categories

C System Software

Registered

2022-05-31