Rudiments
sys.h
1 // Copyright (c) 1999-2018 David Muse
2 // See the COPYING file for more information.
3 
4  static bool mAdvise(unsigned char *start,
5  size_t length,
6  int32_t advice);
7 
8  static bool mLockAll(int32_t flags);