Handbook
Glossary
(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
alien
a
c-ptr
Outputs
None
Word description
Deallocates a block of memory allocated by an external C library.
Definition
USING:
alien.c-types
alien.syntax
;
IN:
libc
LIBRARY:
libc
FUNCTION-ALIAS:
(free)
void free ( void* alien )