System::AnsiAllocator Class Reference

An allocator implementation using the standard ANSI allocation routines.

#include <Intrinsic.hpp>

Inheritance diagram for System::AnsiAllocator:

System::Allocator

List of all members.

Public Member Functions

PVOID Allocate (size_t Size)
PVOID Reallocate (PVOID Address, size_t Size)
VOID Free (PVOID Address)


Member Function Documentation

PVOID System::AnsiAllocator::Allocate ( size_t  Size  )  [inline, virtual]

Allocate a block of memory (with malloc).

Implements System::Allocator.

PVOID System::AnsiAllocator::Reallocate ( PVOID  Address,
size_t  Size 
) [inline, virtual]

Reallocate a block of memory (with realloc).

Implements System::Allocator.

VOID System::AnsiAllocator::Free ( PVOID  Address  )  [inline, virtual]

Free a block of memory (with free).

Implements System::Allocator.


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