Home
last modified time | relevance | path

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

/art/libartbase/base/
Dmem_map.cc97 static constexpr uintptr_t LOW_MEM_START = 64 * KB; variable
132 return (input & mask) + LOW_MEM_START; in CreateStartPos()
143 return LOW_MEM_START; in GenerateNextMemPos()
1084 ptr = LOW_MEM_START - kPageSize; in MapInternalArtLow4GBAllocator()