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 1159
1159
\item in IRIX it is possible to use \texttt {MAP\_ AUTOGROW } that will
1160
1160
automatically grow mapped object when accessing beyond its current end.
1161
1161
\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.
1165
1166
\end {itemize }
1166
1167
1167
1168
% %%%%
You can’t perform that action at this time.
0 commit comments