Memory Functions

Function

Description

Memory_Alloc

Allocate a block of memory.

Memory_Compare

Compare two memory addresses of the same known length.

Memory_Copy

Copy a specified amount of bytes of memory from the source buffer to the destination buffer.

Memory_Fill

Fill a specific length of a memory address with characters.

Memory_Free

Frees a block of memory previously allocated through a call to Memory_Alloc.

Memory_Move

Copy a specified amount of bytes of memory from the source buffer to the destination buffer.

Memory_Realloc

Re-allocates memory, by resizing and moving an existing memory block that was previously allocated via the Memory_Alloc function.

Memory_Zero

Fill a specific length of a memory address with null.