Memory Allocation Functions

These functions manage memory for an application by allocating, reallocating and freeing blocks of memory.

FunctionDescription
EssAlloc()Allocates a block of memory, using the defined memory allocation scheme.
EssRealloc()Reallocates a previously-allocated block of memory.
EssFree()Frees a previously allocated block of memory, using the defined memory allocation scheme.