Home
last modified time | relevance | path

Searched refs:HAVE_MREMAP_SYSCALL (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dmem_map.h42 #define HAVE_MREMAP_SYSCALL true macro
47 #define HAVE_MREMAP_SYSCALL false
59 static constexpr bool kCanReplaceMapping = HAVE_MREMAP_SYSCALL;
Dmem_map_test.cc167 #if HAVE_MREMAP_SYSCALL
Dmem_map.cc405 #if !HAVE_MREMAP_SYSCALL in ReplaceWith()