Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals  

Memory.h File Reference

Memory management declarations. More...

#include "ANetCommon.h"

Include dependency graph for Memory.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Typedefs

typedef UInt32 ANetMemoryTag

Functions

UInt32 IsTagValid (ANetMemoryTag tag)
 Checks if an ANetMemoryTag is valid. More...

ANetMemoryTag NewMemoryBlock (UInt32 size, UInt32 flags)
 Creates a new memory block. More...

UInt32 DeleteMemoryBlock (ANetMemoryTag tag)
 Deletes a memory block. More...

UInt32 GetMemoryBlockSize (ANetMemoryTag tag)
 Gets the size of a memory block. More...

UInt32 ResolveMemoryTag (ANetMemoryTag tag, UInt8 **ptr)
 Resolves an ANetMemoryTag. More...


Detailed Description

Memory management declarations.

Author:
Benad

Definition in file Memory.h.


Generated on Sun Dec 23 15:20:50 2001 for ANet by doxygen 1.2.12 written by Dimitri van Heesch, © 1997-2001

SourceForge
Logo