Home
last modified time | relevance | path

Searched refs:PR_SET_VMA_ANON_NAME (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/
Dguarded_pool_allocator_posix.cpp25 #define PR_SET_VMA_ANON_NAME 0 macro
31 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, Mapping, Size, Name); in MaybeSetMappingName()
/external/gwp_asan/gwp_asan/platform_specific/
Dguarded_pool_allocator_posix.cpp25 #define PR_SET_VMA_ANON_NAME 0 macro
31 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, Mapping, Size, Name); in MaybeSetMappingName()
/external/strace/
Dprctl.c314 # ifndef PR_SET_VMA_ANON_NAME in SYS_FUNC()
315 # define PR_SET_VMA_ANON_NAME 0 in SYS_FUNC() macro
318 if (arg2 == PR_SET_VMA_ANON_NAME) { in SYS_FUNC()
DChangeLog31454 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, 0x7fa8cbd000, 4096,
31458 * Hard-code PR_SET_VMA_ANON_NAME, the only current sub-option.
/external/kernel-headers/original/uapi/linux/
Dprctl.h259 # define PR_SET_VMA_ANON_NAME 0 macro
/external/pdfium/third_party/base/allocator/partition_allocator/
Dpage_allocator_internals_posix.h119 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, ret, length, in SystemAllocPagesInternal()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_posix.cpp378 #define PR_SET_VMA_ANON_NAME 0 macro
382 internal_prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, addr, size, (uptr)name); in DecorateMapping()
/external/swiftshader/src/Reactor/
DExecutableMemory.cpp299 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, mapping, length, in allocateMemoryPages()
/external/jemalloc_new/src/
Dpages.c103 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, ret, size, in os_pages_map()