Memory.free

Frees the memory pointed to by @mem. If @mem is %NULL it simply returns.

struct Memory
static
void
free
(
void* mem
)

Parameters

mem void*

the memory to free

Meta