kanzi::MmapMode Namespace Reference

Enumerations

enum  MmapMode { Default, Lazy, Eager }
 Specifies the available methods for memory mapping files. More...
 

Enumeration Type Documentation

Specifies the available methods for memory mapping files.

Enumerator
Default 

Use system default.

Lazy 

Use lazy mapping whenever possible.

Eager 

Use eager mapping whenever possible.