libgc 1:7.6.4-ok1 source package in openKylin
Changelog
libgc (1:7.6.4-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
libgc (1:7.6.4-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
Series | Published | Component | Section |
---|
File | Size | SHA-256 Checksum |
---|---|---|
libgc_7.6.4.orig.tar.gz | 1.1 MiB | b94c1f2535f98354811ee644dccab6e84a0cf73e477ca03fb5a3758fb1fecd1c |
libgc_7.6.4-ok1.debian.tar.xz | 8.4 KiB | 5a5841b304c80ad33910bf65d329b04d190fcae1fcd8139a98be68890b7a1d21 |
libgc_7.6.4-ok1.dsc | 1.7 KiB | eb3529ad9386346ec969f4f940caab66119d3a00f908c049f97954e71162d63c |
Boehm-
intended to be used as a plug-in replacement for C's malloc or C++'s 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
used.
.
This version of the collector is thread safe, has C++ support and uses the
defaults for everything else. However, it does not work as a drop-in malloc(3)
replacement.
.
This package is required to compile and link programs that use libgc1c2.
Boehm-
intended to be used as a plug-in replacement for C's malloc or C++'s 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
used.
.
This version of the collector is thread safe, has C++ support and uses the
defaults for everything else. However, it does not work as a drop-in malloc(3)
replacement.