HomeSort by relevance Sort by last modified time
    Searched refs:PROT_NONE (Results 126 - 150 of 158) sorted by null

1 2 3 4 56 7

  /system/core/libmemunreachable/tests/
HeapWalker_test.cpp 181 void* buffer1 = mmap(NULL, page_size, PROT_NONE, MAP_ANONYMOUS|MAP_PRIVATE, -1, 0);
  /art/compiler/
common_compiler_test.cc 291 PROT_NONE,
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix.cc 171 return 0 == internal_mprotect((void*)addr, size, PROT_NONE);
  /art/runtime/gc/space/
dlmalloc_space.cc 62 CHECK_MEMORY_CALL(mprotect, (end, capacity - starting_size, PROT_NONE), name);
rosalloc_space.cc 73 CHECK_MEMORY_CALL(mprotect, (end, capacity - starting_size, PROT_NONE), name);
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_ptrace_dumper_unittest.cc 215 PROT_NONE,
  /hardware/ti/omap4-aah/ion/
ion_test_2.c 398 map_flags |= strstr(optarg, "PROT_NONE") ?
399 PROT_NONE: 0;
  /art/runtime/gc/collector/
semi_space.cc 269 // Protect with PROT_NONE.
271 from_space_->GetMemMap()->Protect(PROT_NONE);
275 // protect it with PROT_NONE later in FinishPhase().
794 VLOG(heap) << "Protecting from_space_ with PROT_NONE : " << *from_space_;
795 from_space_->GetMemMap()->Protect(PROT_NONE);
    [all...]
  /external/v8/src/base/platform/
platform-posix.cc 132 mprotect(address, size, PROT_NONE);
  /libcore/luni/src/main/java/android/system/
OsConstants.java 374 public static final int PROT_NONE = placeholder();
    [all...]
  /system/core/libbacktrace/
backtrace_test.cpp 958 if (mprotect(&memory[pagesize], pagesize, PROT_NONE) != 0) {
    [all...]
  /bionic/linker/
linker_phdr.cpp 428 // private anonymous mmap() with PROT_NONE.
468 start = mmap(mmap_hint, load_size_, PROT_NONE, mmap_flags, -1, 0);
    [all...]
linker.cpp 405 // remap the region as PROT_NONE, MAP_ANONYMOUS | MAP_NORESERVE
406 mmap(reinterpret_cast<void*>(si->base), si->size, PROT_NONE,
    [all...]
  /external/curl/lib/
urldata.h 228 PROT_NONE, /* first in list */
    [all...]
ftp.c     [all...]
  /external/fio/os/windows/
posix.c 283 if (prot & PROT_NONE)
  /external/valgrind/include/vki/
vki-darwin.h 338 #define VKI_PROT_NONE PROT_NONE
vki-solaris.h 600 #define VKI_PROT_NONE PROT_NONE
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 412 initConstant(env, c, "PROT_NONE", PROT_NONE);
  /art/runtime/
elf_file.cc     [all...]
oat_file_assistant_test.cc 188 PROT_NONE, false, false, &error_msg)));
    [all...]
thread.cc     [all...]
class_linker.cc     [all...]
  /frameworks/av/media/libmedia/
IOMX.cpp 779 PROT_NONE) != 0) {
    [all...]
  /art/runtime/gc/
heap.cc     [all...]

Completed in 1925 milliseconds

1 2 3 4 56 7