close-mapped-file ( mmap -- )


Vocabulary
io.mmap

Inputs
mmapa mapped-file


Outputs
None

Generic word contract
Releases system resources associated with the mapped file. This word should not be called by user code; use dispose instead.

Errors
Throws an error if a memory mapping could not be established.

Definition


Methods