Handbook
Glossary
^^allot-byte-array ( len -- dst )
Vocabulary
compiler
.
cfg
.
intrinsics
.
allot
Inputs
len
an
object
Outputs
dst
an
object
Definition
USING:
byte-arrays
compiler.cfg.hats
kernel
math
;
IN:
compiler.cfg.intrinsics.allot
:
^^allot-byte-array
( len -- dst )
dup
16
+
byte-array
^^allot
[
byte-array
store-length
]
keep
;