Memory Functions
Function |
Description |
Allocate a block of memory. |
|
Compare two memory addresses of the same known length. |
|
Copy a specified amount of bytes of memory from the source buffer to the destination buffer. |
|
Fill a specific length of a memory address with characters. |
|
Frees a block of memory previously allocated through a call to Memory_Alloc. |
|
Copy a specified amount of bytes of memory from the source buffer to the destination buffer. |
|
Re-allocates memory, by resizing and moving an existing memory block that was previously allocated via the Memory_Alloc function. |
|
Fill a specific length of a memory address with null. |