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

You Might Also Like
Our Free Plans just got better! | Auth0 by Okta Icon
Our Free Plans just got better! | Auth0 by Okta

With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
Try free now
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