#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 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.c.