summaryrefslogtreecommitdiffstats
path: root/development/gc/slack-desc
blob: 4f1e68c3d50c3159295d4e3a981884ca3a708b98 (plain)
1
2
3
4
5
6
7
8
9
10
11
gc: Boehm-Demers-Weiser garbage collector
gc: 
gc: The Boehm-Demers-Weiser conservative garbage collector can be used as a 
gc: garbage collecting replacement for C malloc or C++ new. It allows you to 
gc: allocate memory basically as you normally would, without explicitly 
gc: deallocating memory that is no longer useful. The collector automatically 
gc: recycles memory when it determines that it can no longer be otherwise 
gc: accessed.
gc: 
gc: Homepage: http://www.hpl.hp.com/personal/Hans_Boehm/gc/
gc: