mlock_other.cpp 287 B

1234567891011121314
  1. #include "mlock.h"
  2. namespace NYT {
  3. ////////////////////////////////////////////////////////////////////////////////
  4. bool MlockFileMappings(bool /* populate */)
  5. {
  6. return false;
  7. }
  8. ////////////////////////////////////////////////////////////////////////////////
  9. } // namespace NYT