free ( alien -- )
Factor handbook » C library interface » Passing data between Factor and C » Manual memory management

Prev:realloc ( alien size -- newalien )
Next:(free) ( alien -- )


Vocabulary
libc

Inputs
aliena c-ptr


Outputs
None

Word description
Deallocates a block of memory allocated by malloc, calloc or realloc.

Definition