C Main API Memory Allocation Functions

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

FunctionDescription
EssAllocAllocates a block of memory, using the defined memory allocation scheme.
EssReallocReallocates a previously-allocated block of memory.
EssFreeFrees a previously allocated block of memory, using the defined memory allocation scheme.