UCommon
|
Basic array and reusable object factory heap support. More...
#include <ucommon/thread.h>
Go to the source code of this file.
Data Structures | |
class | ucommon::array_reuse< T > |
An array of reusable types. More... | |
class | ucommon::ArrayReuse |
An array of reusable objects. More... | |
class | ucommon::paged_reuse< T > |
A reusable private pool of reusable types. More... | |
class | ucommon::PagerReuse |
A mempager source of reusable objects. More... | |
Namespaces | |
namespace | ucommon |
Common namespace for all ucommon objects. | |
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.