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

Prev:free ( alien -- )
Next:&free ( alien -- alien )


Vocabulary
libc

Inputs
aliena c-ptr


Outputs
None

Word description
Deallocates a block of memory allocated by an external C library.

Definition