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

Memory.c File Reference

Memory management code. More...

#include "Memory.h"
#include <stdlib.h>

Include dependency graph for Memory.c:

Include dependency graph

Go to the source code of this file.

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 code.

Author:
Benad

Definition in file Memory.c.


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

SourceForge
Logo