POSIX_MADV_DONTNEED

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. auto POSIX_MADV_DONTNEED;
  2. auto POSIX_MADV_DONTNEED;
  3. auto POSIX_MADV_DONTNEED;
    version(!linux && !darwin && FreeBSD)
    extern (C) const
    auto POSIX_MADV_DONTNEED = 4;

Meta