sys_free(void* ptr);

Releases a contiguous memory area that was allocated with sys_malloc.

Parameter:

ptr - void* pointer to the allocated memory area.

Speed:

Medium

Remarks:

Example:

See sys_malloc

See also:

sys_malloc, sys_marker, sizeof, sys_memory

► latest version online