free v0.1.0

Source
Deallocates the memory previously allocated by malloc, calloc or realloc.

Package: C

C reference: free

Signature

func free(ptr: *opaque);

See also

  • C — the package overview