Constant lrs::mem_map::flags::MMAP_POPULATE

Ensure that access of the mapping does not cause page faults.

Syntax

const MMAP_POPULATE: MemMapFlags = MemMapFlags(cty::MAP_POPULATE);

See also