Home
last modified time | relevance | path

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

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