#include <e32cmn.h>
| class MAllocator |
| Public Member Functions | |
|---|---|
| pure virtual TAny * | Alloc(TInt) |
| pure virtual TInt | AllocLen(const TAny *) |
| pure virtual TInt | AllocSize(TInt &) |
| pure virtual TInt | Available(TInt &) |
| pure virtual TInt | Compress() |
| pure virtual TInt | DebugFunction(TInt, TAny *, TAny *) |
| pure virtual TInt | Extension_(TUint, TAny *&, TAny *) |
| pure virtual void | Free(TAny *) |
| pure virtual TAny * | ReAlloc(TAny *, TInt, TInt) |
| pure virtual void | Reset() |
Base class for memory allocators.