UCommon
Public Member Functions | Protected Member Functions
ucc::PagerPool Class Reference

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

#include <memory.h>

Inheritance diagram for ucc::PagerPool:
Inheritance graph
[legend]
Collaboration diagram for ucc::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 ucc::PagerPool::put ( PagerObject object)

Return a pager object back to our free list.

Parameters:
objectto return to pool.

The documentation for this class was generated from the following file: