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

/art/runtime/
H A Dmem_map.cc86 static constexpr uintptr_t LOW_MEM_START = 64 * KB; member in namespace:art
101 // + LOW_MEM_START = 0000000000001000000
106 // do not have Bionic, simply start with LOW_MEM_START.
121 return (input & mask) + LOW_MEM_START;
132 return LOW_MEM_START;
370 ptr = LOW_MEM_START - kPageSize;

Completed in 64 milliseconds