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

  /bionic/libc/arch-arm/syscalls/
madvise.S 5 ENTRY(madvise) function
16 END(madvise)
  /bionic/libc/arch-arm64/syscalls/
madvise.S 5 ENTRY(madvise) function
14 END(madvise)
  /bionic/libc/arch-mips/syscalls/
madvise.S 5 ENTRY(madvise) function
19 END(madvise)
  /bionic/libc/arch-mips64/syscalls/
madvise.S 5 ENTRY(madvise) function
25 END(madvise)
  /bionic/libc/arch-x86/syscalls/
madvise.S 5 ENTRY(madvise) function
39 END(madvise)
  /bionic/libc/arch-x86_64/syscalls/
madvise.S 5 ENTRY(madvise) function
15 END(madvise)
  /prebuilts/go/darwin-x86/src/runtime/
stubs2.go 30 func madvise(addr unsafe.Pointer, n uintptr, flags int32) func
os1_nacl.go 177 func madvise(addr unsafe.Pointer, n uintptr, flags int32) {} func
os3_solaris.go 21 //go:cgo_import_dynamic libc_madvise madvise "libc.so"
400 func madvise(addr unsafe.Pointer, n uintptr, flags int32) { func
  /prebuilts/go/linux-x86/src/runtime/
stubs2.go 30 func madvise(addr unsafe.Pointer, n uintptr, flags int32) func
os1_nacl.go 177 func madvise(addr unsafe.Pointer, n uintptr, flags int32) {} func
os3_solaris.go 21 //go:cgo_import_dynamic libc_madvise madvise "libc.so"
400 func madvise(addr unsafe.Pointer, n uintptr, flags int32) { func

Completed in 201 milliseconds