Home
last modified time | relevance | path

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

/art/libartbase/base/
Dmem_map.h43 #define HAVE_MREMAP_SYSCALL true macro
48 #define HAVE_MREMAP_SYSCALL false
60 static constexpr bool kCanReplaceMapping = HAVE_MREMAP_SYSCALL;
Dmem_map_test.cc162 #if HAVE_MREMAP_SYSCALL
Dmem_map.cc406 #if !HAVE_MREMAP_SYSCALL in ReplaceWith()