File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11591159 \item in IRIX it is possible to use \texttt {MAP\_ AUTOGROW } that will
11601160 automatically grow mapped object when accessing beyond its current end.
11611161 \end {itemize }
1162- \item Example of a system command using file mapping is \texttt {cat(1) }. Using
1163- mapped memory is more efficient than calling \texttt {read } repeatedly, saving
1164- the overhead necessary for switching to kernel and back to userspace.
1162+ \item Example of a system command using memory mapped files is \texttt {cat(1) }
1163+ on Solaris (for regular files). Using mapped memory is more efficient than
1164+ calling \texttt {read } repeatedly, saving the overhead necessary for switching to
1165+ kernel and back to userspace.
11651166\end {itemize }
11661167
11671168% %%%%
You can’t perform that action at this time.
0 commit comments