Home
last modified time | relevance | path

Searched refs:advice (Results 1 – 2 of 2) sorted by relevance

/sysdeps/unix/sysv/linux/
A Dposix_madvise.c23 posix_madvise (void *addr, size_t len, int advice) in posix_madvise() argument
31 if (advice == POSIX_MADV_DONTNEED) in posix_madvise()
34 int result = INTERNAL_SYSCALL_CALL (madvise, addr, len, advice); in posix_madvise()
/sysdeps/mach/hurd/
A Dmalloc-machine.h31 #define __madvise(addr, len, advice) \ argument
32 ((void) (addr), (void) (len), (void) (advice))

Completed in 2 milliseconds