#include "ANetCommon.h"
Include dependency graph for Memory.h:
This graph shows which files directly or indirectly include this file:
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... |
Definition in file Memory.h.