madvise.2: Note that madvise() is generally about improving performance

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-01-26 16:51:32 +13:00
parent 268612340a
commit a8db50d35a
1 changed files with 4 additions and 1 deletions

View File

@ -64,7 +64,10 @@ about the address range beginning at address
.I addr
and with size
.I length
bytes.
bytes
In most cases,
the goal of such advice is to improve system or application performance.
Initially, the system call supported a set of "conventional"
.I advice
values, which are also available on several other implementations.