Handbook
Glossary
&free ( alien -- 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
alien
a
c-ptr
Outputs
alien
a
c-ptr
Word description
Marks the block of memory for unconditional deallocation at the end of the current
with-destructors
scope.
Definition
USING:
destructors
kernel
;
IN:
libc
:
&free
( alien -- alien )
dup
<free-destructor>
&dispose
drop
;
inline