Handbook
Glossary
tracked-malloc-ptr? ( object -- ? )
Vocabulary
ui
.
tools
.
operations
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
tracked-malloc-ptr
class.
Definition
USING:
accessors
kernel
libc.private
;
IN:
ui.tools.operations
:
tracked-malloc-ptr?
( object -- ? )
dup
malloc-ptr?
[
continuation>>
>boolean
]
[
drop
f
]
if
;