#include <kanzi/core/core_api.hpp>Namespaces | |
| namespace | kanzi |
Enumerations | |
| enum class | kanzi::MmapMode { kanzi::Default , kanzi::Lazy , kanzi::Eager } |
| Specifies the available methods for memory mapping files. More... | |
Functions | |
| KZ_NO_DISCARD int | kanzi::applyPlatformMmapMode (int flags) |
| Apply chosen platform mmapMode strategy to mmap() flags. | |
| void | kanzi::setPlatformMmapMode (MmapMode mode) |
| Set mmap() strategy. | |
Variables | |
| MmapMode | kanzi::g_platformMmapMode |
| Globally available chosen mmap() strategy. | |