Handbook
Glossary
simple-local-allot-quot ( c-type -- quot )
Vocabulary
alien
.
data
.
private
Inputs
c-type
an
object
Outputs
quot
an
object
Definition
USING:
alien.c-types
kernel
stack-checker.dependencies
;
IN:
alien.data.private
MACRO:
simple-local-allot-quot
( c-type -- quot )
[
add-depends-on-c-type
]
[
dup
[
[
heap-size
]
curry
]
dip
[
c-type-align
local-allot
]
curry
compose
]
bi
;