HomeSort by relevance Sort by last modified time
    Searched defs:posix_madvise (Results 1 - 5 of 5) sorted by null

  /bionic/libc/bionic/
posix_madvise.cpp 34 int posix_madvise(void* addr, size_t len, int advice) { function
  /external/fio/os/
os-hpux.h 34 #define posix_madvise(ptr, sz, hint) madvise((ptr), (sz), (hint)) macro
os-solaris.h 37 #define posix_madvise madvise macro
os-android.h 42 #define posix_madvise madvise macro
  /external/fio/os/windows/
posix.c 668 int posix_madvise(void *addr, size_t len, int advice) function

Completed in 956 milliseconds