Handbook
Glossary
<malloc-ptr> ( value -- malloc-ptr )
Vocabulary
libc
.
private
Inputs
value
an
object
Outputs
malloc-ptr
an
object
Definition
USING:
accessors
kernel
;
IN:
libc.private
:
<malloc-ptr>
( value -- malloc-ptr )
malloc-ptr
new
swap
>>value
;