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

  /bionic/libc/private/
bionic_prctl.h 24 #define PR_SET_VMA_ANON_NAME 0
  /system/core/libmemunreachable/
anon_vma_naming.h 23 #define PR_SET_VMA_ANON_NAME 0
Allocator.cpp 157 #define PR_SET_VMA_ANON_NAME 0
158 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, reinterpret_cast<uintptr_t>(ptr), size,
  /external/strace/
prctl.c 249 # ifndef PR_SET_VMA_ANON_NAME
250 # define PR_SET_VMA_ANON_NAME 0
253 if (arg2 == PR_SET_VMA_ANON_NAME) {
254 tprintf(", PR_SET_VMA_ANON_NAME, %#" PRI_klx, arg3);

Completed in 151 milliseconds