CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - libgc
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - libgc - List
[
Process-Thread
]
libgc30_src
DL : 0
LibGC is a very small library (less than 500 lines of code) that adds multithreaded garbage collection to C++.
Date
: 2008-10-13
Size
: 11.78kb
User
:
qiao
[
Process-Thread
]
libgc30_src
DL : 0
LibGC is a very small library (less than 500 lines of code) that adds multithreaded garbage collection to C++.
Date
: 2025-07-02
Size
: 11kb
User
:
qiao
[
OS program
]
libgc
DL : 0
Portable thread-based garbage collection library, for C-LibGC is a thread-based garbage-collection library with the following features: thread-based garbage collection. precise collection. uses the mark & sweep algorithm. portable uses no low-level O/S-specific features. no dependencies headers only. weak pointers. garbage-collected strong and weak arrays. customizable garbage collection with user-defined finalize and mark callbacks. wrapper class for non-garbage-collected classes.
Date
: 2025-07-02
Size
: 131kb
User
:
newsbc
[
Delphi VCL
]
libgc
DL : 0
libgc是一个保守的内存垃圾清理器,它会周期性的扫描程序中的数据,并标记所有的当前在heap对象中正在被使用的内存,随后释放所有未被标记的的内存。 但是,libgc不会检测使用libgc以外的allocator分配的内存空间,也不会对其进行自动的释放。-Libgc is a conservative garbage cleaning device, it will scan the program in the periodic data, and mark the current memory in the heap object is used by all, then release all the unlabeled memory. However, libgc does not detect memory space allocated by libgc other than allocator and will not automatically release it.
Date
: 2025-07-02
Size
: 75kb
User
:
jack
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.