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..
  Fossies Dox: ucommon-7.0.0.tar.gz  ("inofficial" and yet experimental doxygen-generated source code documentation)  

reuse.h File Reference
#include <ucommon/thread.h>
Include dependency graph for reuse.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

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.