DOKK / manpages / debian 10 / libcommoncpp2-doc / ost_MemPagerObject.3.en
ost::MemPagerObject(3) Library Functions Manual ost::MemPagerObject(3)

ost::MemPagerObject - This class is used to create derived classes which are constructed within a memory pager pool.

#include <misc.h>


void * operator new (size_t size, MemPager &pager)
Allocate memory from a memory pager. void * operator new[] (size_t size, MemPager &pager)
Allocate array from a memory pager. void operator delete (void *)
Mempager delete does nothing; the pool purges. void operator delete[] (void *)
Array mempager delete does nothing; the pool purges.

This class is used to create derived classes which are constructed within a memory pager pool.

create objects in a memory pager.

Author:

David Sugar dyfet@ostel.com

Mempager delete does nothing; the pool purges.

Array mempager delete does nothing; the pool purges.

Allocate memory from a memory pager.

Parameters:

size of new passed from operator.
pager to allocate from.

Allocate array from a memory pager.

Parameters:

size of new passed from operator.
pager to allocate from.

Generated automatically by Doxygen for GNU CommonC++ from the source code.

Wed Oct 31 2018 GNU CommonC++