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.286 by root, Sun Jul 22 20:39:19 2018 UTC vs.
Revision 1.287 by root, Tue Jul 24 04:58:59 2018 UTC

2159 2159
2160=item IO::AIO::munmap $scalar 2160=item IO::AIO::munmap $scalar
2161 2161
2162Removes a previous mmap and undefines the C<$scalar>. 2162Removes a previous mmap and undefines the C<$scalar>.
2163 2163
2164=item IO::AIO::mremap $scalar, $new_length, $flags = 0[, $new_address = 0] 2164=item IO::AIO::mremap $scalar, $new_length, $flags = MREMAP_MAYMOVE[, $new_address = 0]
2165 2165
2166Calls the Linux-specific mremap(2) system call. The C<$scalar> must have 2166Calls the Linux-specific mremap(2) system call. The C<$scalar> must have
2167been mapped by C<IO::AIO::mmap>, and C<$flags> must currently either be 2167been mapped by C<IO::AIO::mmap>, and C<$flags> must currently either be
2168C<0> or C<IO::AIO::MREMAP_MAYMOVE>. 2168C<0> or C<IO::AIO::MREMAP_MAYMOVE>.
2169 2169

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines