#include "Memory.h"
#include <stdlib.h>
Include dependency graph for Memory.c:

Go to the source code of this file.
| Functions | |
| UInt32 | IsTagValid (ANetMemoryTag tag) | 
| Checks if an ANetMemoryTagis 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... | |
Definition in file Memory.c.
 1.2.12 written by Dimitri van Heesch,
 © 1997-2001
 1.2.12 written by Dimitri van Heesch,
 © 1997-2001