OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MADV_FREE
(Results
1 - 25
of
49
) sorted by null
1
2
/external/ltp/include/lapi/
mmap.h
70
#ifndef
MADV_FREE
71
# define
MADV_FREE
8
/external/pdfium/third_party/base/allocator/partition_allocator/
page_allocator.cc
21
#ifndef
MADV_FREE
22
#define
MADV_FREE
MADV_DONTNEED
220
int ret = madvise(address, length,
MADV_FREE
);
222
//
MADV_FREE
only works on Linux 4.5+ . If request failed,
223
// retry with older MADV_DONTNEED . Note that
MADV_FREE
/bionic/libc/kernel/uapi/asm-generic/
mman-common.h
44
#define
MADV_FREE
8
/bionic/libc/kernel/uapi/asm-mips/asm/
mman.h
59
#define
MADV_FREE
8
/external/kernel-headers/original/uapi/asm-generic/
mman-common.h
46
#define
MADV_FREE
8 /* free pages only if memory pressure */
/external/kernel-headers/original/uapi/asm-mips/asm/
mman.h
80
#define
MADV_FREE
8 /* free pages only if memory pressure */
/prebuilts/go/darwin-x86/src/runtime/
defs_dragonfly.go
44
MADV_FREE
= C.
MADV_FREE
defs_netbsd.go
45
MADV_FREE
= C.
MADV_FREE
defs_openbsd.go
41
MADV_FREE
= C.
MADV_FREE
defs_freebsd.go
58
MADV_FREE
= C.
MADV_FREE
defs_solaris.go
54
MADV_FREE
= C.
MADV_FREE
defs_darwin.go
43
MADV_FREE
= C.
MADV_FREE
/prebuilts/go/linux-x86/src/runtime/
defs_dragonfly.go
44
MADV_FREE
= C.
MADV_FREE
defs_netbsd.go
45
MADV_FREE
= C.
MADV_FREE
defs_openbsd.go
41
MADV_FREE
= C.
MADV_FREE
defs_freebsd.go
58
MADV_FREE
= C.
MADV_FREE
defs_solaris.go
54
MADV_FREE
= C.
MADV_FREE
defs_darwin.go
43
MADV_FREE
= C.
MADV_FREE
/prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go
626
MADV_FREE
= 0x5
[
all
...]
zerrors_darwin_amd64.go
626
MADV_FREE
= 0x5
[
all
...]
zerrors_darwin_arm.go
588
MADV_FREE
= 0x5
[
all
...]
zerrors_darwin_arm64.go
630
MADV_FREE
= 0x5
[
all
...]
zerrors_solaris_amd64.go
588
MADV_FREE
= 0x5
[
all
...]
/prebuilts/go/linux-x86/src/syscall/
zerrors_darwin_386.go
626
MADV_FREE
= 0x5
[
all
...]
zerrors_darwin_amd64.go
626
MADV_FREE
= 0x5
[
all
...]
Completed in 1072 milliseconds
1
2