Home
last modified time | relevance | path

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

/art/libartbase/base/
Dmem_map.cc100 static constexpr uintptr_t LOW_MEM_START = 64 * KB; variable
135 return (input & mask) + LOW_MEM_START; in CreateStartPos()
147 return LOW_MEM_START; in GenerateNextMemPos()
1122 ptr = LOW_MEM_START - GetPageSize(); in MapInternalArtLow4GBAllocator()