Searched refs:LOW_MEM_START (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dmem_map.cc80 static constexpr uintptr_t LOW_MEM_START = 64 * KB; member in namespace:art
95 // + LOW_MEM_START = 0000000000001000000
100 // do not have Bionic, simply start with LOW_MEM_START.
115 return (input & mask) + LOW_MEM_START;
126 return LOW_MEM_START;
842 ptr = LOW_MEM_START - kPageSize;

Completed in 53 milliseconds