Parents: | io |
Tags: | memory |
Authors: | Doug Coleman |
Class | Superclass | Slots |
bad-mmap-size | tuple | n |
mapped-file | disposable | address handle length |
Word | Stack effect |
close-mapped-file | ( mmap -- ) |
Word | Stack effect |
<mapped-array> | ( mmap c-type -- direct-array ) |
<mapped-file-reader> | ( path -- mmap ) |
<mapped-file> | ( path -- mmap ) |
bad-mmap-size | ( n -- * ) |
with-mapped-array | ( path c-type quot -- ) |
with-mapped-array-reader | ( path c-type quot -- ) |
with-mapped-file | ( path quot -- ) |
with-mapped-file-reader | ( path quot -- ) |
Word | Stack effect |
bad-mmap-size? | ( object -- ? ) |
mapped-file? | ( object -- ? ) |
Vocabulary | Summary |
io.mmap.unix | |
io.mmap.windows |