Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc440 static constexpr uint64_t kTmpFsSentinelValue = 384 * MB; variable
462 if (fs_overall_size > kTmpFsSentinelValue) { in CheckSpace()