软件包: libgc1 (1:8.0.6-1.1build1)
libgc1 的相关链接
Trisquel 的资源:
下载源码包 libgc:
维护者:
Original Maintainers:
- Christoph Egger
- Debian GCC Maintainers (Mail Archive)
外部的资源:
- 主页 [www.hboehm.info]
相似软件包:
conservative garbage collector for C and C++
Boehm-Demers-Weiser's GC is a garbage collecting storage allocator that is 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.
其他与 libgc1 有关的软件包
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C Library: Shared libraries
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgcc-s1 (>= 3.5) [armhf]
- GCC support library
-
- dep: libstdc++6 (>= 4.1.1)
- GNU Standard C++ Library v3