Home / ALL / bdwgc
Name Modified Size InfoDownloads / Week
Parent folder
bdwgc-7.2alpha6 2012-04-09
README 2012-04-09 366 Bytes
Totals: 2 Items   366 Bytes 0
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.
Source: README, updated 2012-04-09