Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc439 static constexpr uint64_t kLowSpaceValue = 50 * MB; variable
463 if (fs_free_size < kLowSpaceValue) { in CheckSpace()
467 kLowSpaceValue / MB); in CheckSpace()