ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/AIO.pm
(Generate patch)

Comparing IO-AIO/AIO.pm (file contents):
Revision 1.271 by root, Fri Jun 23 21:43:51 2017 UTC vs.
Revision 1.272 by root, Fri Jun 23 22:09:50 2017 UTC

2087=item IO::AIO::madvise $scalar, $offset, $len, $advice 2087=item IO::AIO::madvise $scalar, $offset, $len, $advice
2088 2088
2089Simply calls the C<posix_madvise> function (see its 2089Simply calls the C<posix_madvise> function (see its
2090manpage for details). The following advice constants are 2090manpage for details). The following advice constants are
2091available: C<IO::AIO::MADV_NORMAL>, C<IO::AIO::MADV_SEQUENTIAL>, 2091available: C<IO::AIO::MADV_NORMAL>, C<IO::AIO::MADV_SEQUENTIAL>,
2092C<IO::AIO::MADV_RANDOM>, C<IO::AIO::MADV_WILLNEED>, C<IO::AIO::MADV_DONTNEED>, 2092C<IO::AIO::MADV_RANDOM>, C<IO::AIO::MADV_WILLNEED>,
2093C<IO::AIO::MADV_FREE>. 2093C<IO::AIO::MADV_DONTNEED>.
2094 2094
2095If C<$offset> is negative, counts from the end. If C<$length> is negative, 2095If C<$offset> is negative, counts from the end. If C<$length> is negative,
2096the remaining length of the C<$scalar> is used. If possible, C<$length> 2096the remaining length of the C<$scalar> is used. If possible, C<$length>
2097will be reduced to fit into the C<$scalar>. 2097will be reduced to fit into the C<$scalar>.
2098 2098

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines