Handbook
Glossary
<mapped-array> ( mmap c-type -- direct-array )
Memory-mapped files
ยป
Working with memory-mapped data
Next:
with-mapped-array ( path c-type quot -- )
Vocabulary
io
.
mmap
Inputs
mmap
an
object
c-type
an
object
Outputs
direct-array
an
object
Definition
USING:
accessors
alien.c-types
alien.data
kernel
math
;
IN:
io.mmap
:
<mapped-array>
( mmap c-type -- direct-array )
[
[
address>>
]
[
length>>
]
bi
]
dip
[
heap-size
/i
]
keep
<c-direct-array>
;
inline