UmVirt LFS Package info
DB commit: d35a620850806ab581b32cb34d268a904c9c0a5f
APP commit: f0568a86eced844506f88e1faa2e7a1c73783ddf
gc
The GC package contains the Boehm-Demers-Weiser conservative garbage collector, which can be used as a garbage collecting replacement for the C malloc function or C++ new operator. 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. Package info
Template:
Codename: gc
Source file: gc-7.6.4.tar.gz
Source file size: 1120784
Source file MD5-checkum: cf390c4f7f2556a67ec49e964c86c847
Source directory: gc-7.6.4
Package URL: https://umvirt.com/linux/downloads/0.1/packages/g/gc-7.6.4.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.1/packages/g/gc-7.6.4.tar.gz.md5sum
Dependances: libatomic_ops.
Dependance of: inkscape.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
./configure --prefix=/usr \
--enable-cplusplus \
--disable-static \
--docdir=/usr/share/doc/gc-7.6.4
Build script:
make
Install script:
make install &&
install -v -m644 doc/gc.man /usr/share/man/man3/gc_malloc.3