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