ucommon
7.0.0
About: GNU uCommon C++ is a portable and optimized class framework for writing C++ applications that need to use threads and support concurrent synchronization, and that use sockets, XML parsing, object serialization, thread-optimized string and data structure classes, etc..
![]() ![]() |
#include <ucommon/thread.h>
Go to the source code of this file.
Classes | |
class | ucommon::ArrayReuse |
class | ucommon::PagerReuse |
class | ucommon::array_reuse< T > |
class | ucommon::paged_reuse< T > |
Namespaces | |
ucommon | |
Typedefs | |
typedef unsigned short | ucommon::vectorsize_t |
Basic array and reusable object factory heap support. This offers ucommon support for forming reusable object pools. Reusable object pools can be tied to local heaps and offer a means to create type factories that do not require global locking through malloc.
Definition in file reuse.h.