UmVirt LFS Package info

DB commit: c78e95157185199cceff370fa5b5f1dd2a1be2fa
APP commit: cac3f2066a9a05955b29d720b9b9b14f534d21c2

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

Codename: gc
Source file: gc-7.6.4.tar.gz
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