Enum
MMapAdviseScheme
Enum with mmap advise values.
Include Headers
seqan/file.h
Functions
mmapAdviseCall advise function for memory mapped files.
Values
MMAP_NORMAL
There is no advise on the given address range.
MMAP_RANDOM
The address range will be accessed with a random access memory pattern.
MMAP_SEQUENTIAL
The address range will be accessed sequentially.
MMAP_WILLNEED
The address range in the advise will be needed in the future.
MMAP_DONTNEED
The address range in the advise will not be needed any more.
See Also
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2012/10/02 11:10:30