Home
last modified time | relevance | path

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

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