#include <DoBaseI.h>
List of all members.
|
Public Member Functions |
|
Interface members
|
virtual void *docall | Malloc (unsigned int size)=0 |
virtual bool docall | Free (void *pv)=0 |
virtual void *docall | ReAlloc (void *pv, unsigned int size)=0 |
virtual int docall | GetNumberAlloc ()=0 |
virtual bool docall | GetSumAlloced (unsigned int &i64_hi, unsigned int &i64_lo)=0 |
Detailed Description
Interface to a memory allocator
The documentation for this class was generated from the following file: