• S
    add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags · 789ff6a9
    Szabolcs Nagy 提交于
    they lock faulted pages into memory (useful when a small part of a
    large mapped file needs efficient access), new in linux v4.4, commit
    b0f205c2a3082dd9081f9a94e50658c5fa906ff1
    
    MLOCK_* is not in the POSIX reserved namespace for sys/mman.h
    789ff6a9
mman.h 1.1 KB