System::Allocator Class Reference

Memory allocator interface class.

#include <Memory.hpp>

Inheritance diagram for System::Allocator:

System::AnsiAllocator

List of all members.

Public Member Functions

virtual PVOID Allocate (size_t Size)=0
virtual PVOID Reallocate (PVOID Address, size_t Size)=0
virtual VOID Free (PVOID Address)=0


Member Function Documentation

virtual PVOID System::Allocator::Allocate ( size_t  Size  )  [pure virtual]

Allocate a block of memory.

Implemented in System::AnsiAllocator.

virtual PVOID System::Allocator::Reallocate ( PVOID  Address,
size_t  Size 
) [pure virtual]

Reallocate a block of memory.

Implemented in System::AnsiAllocator.

virtual VOID System::Allocator::Free ( PVOID  Address  )  [pure virtual]

Free a block of memory.

Implemented in System::AnsiAllocator.


The documentation for this class was generated from the following file:
Generated on Wed Dec 5 14:53:02 2007 for Aerospace Engine by  doxygen 1.5.3