ucommon::PagerPool Class Reference

Pager pool base class for managed memory pools. More...

#include <memory.h>

Inheritance diagram for ucommon::PagerPool:
Inheritance graph
[legend]
Collaboration diagram for ucommon::PagerPool:
Collaboration graph
[legend]

Public Member Functions

void put (PagerObject *object)
 Return a pager object back to our free list.

Protected Member Functions

PagerObjectget (size_t size)

Detailed Description

Pager pool base class for managed memory pools.

This is a helper base class for the pager template and generally is not used by itself. If different type pools are intended to use a common memory pager then you will need to mixin a memory protocol object that performs redirection such as the MemoryRedirect class.

Author:
David Sugar <dyfet@gnutelephony.org>

Definition at line 356 of file memory.h.


Member Function Documentation

void ucommon::PagerPool::put ( PagerObject object  ) 

Return a pager object back to our free list.

Parameters:
object to return to pool.

The documentation for this class was generated from the following file:
Generated on Thu Jul 14 16:39:52 2011 for ucommon by  doxygen 1.6.3