#include <kanzi/core/core_api.hpp>
Namespaces | |
kanzi | |
Easing functions that require external dependencies for calculation. | |
Enumerations | |
enum | kanzi::MmapMode { kanzi::MmapMode::Default, kanzi::MmapMode::Lazy, kanzi::MmapMode::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. More... | |
void | kanzi::setPlatformMmapMode (MmapMode mode) |
Set mmap() strategy. More... | |
Variables | |
MmapMode | kanzi::g_platformMmapMode |
Globally available chosen mmap() strategy. More... | |