io.mmap vocabulary
Factor handbook ยป Vocabulary index


Documentation
Memory-mapped files

Metadata
Tags:memory
Authors:Doug Coleman


Words

Tuple classes
ClassSuperclassSlots
bad-mmap-size tuplen
mapped-file disposableaddress handle length


Generic words
WordStack effect
close-mapped-file( mmap -- )


Ordinary words
WordStack 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 -- )


Class predicate words
WordStack effect
bad-mmap-size?( object -- ? )
mapped-file?( object -- ? )


Files


Metadata files


Children from resource:basis
VocabularySummary
io.mmap.unix
io.mmap.windows


Children
VocabularySummary
io.mmap.private