Handbook
Glossary
|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
alien
a
c-ptr
Outputs
alien
a
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
USING:
destructors
kernel
;
IN:
libc
:
|free
( alien -- alien )
dup
<free-destructor>
|dispose
drop
;
inline