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

Prev:&free ( alien -- alien )
Next:memcpy ( dst src size -- )


Vocabulary
libc

Inputs
aliena c-ptr


Outputs
aliena c-ptr


Word description
Marks the object for deallocation in the event of an error at the end of the current with-destructors scope.

Definition