Memory Allocation Functions

Memory Allocation functions allow you to manipulate or allocate memory. Expand the category to view a list of the available functions.

Click one of the following functions for more information:

Function Name
Description
Allocates an array and initializes all elements to zero.
Frees a block of memory.
Allocates a block of memory.
Reallocates (adjusts the size of) a block of memory.