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

/art/runtime/gc/space/
H A Dimage_space.cc439 static constexpr uint64_t kLowSpaceValue = 50 * MB; member in namespace:art::gc::space
463 if (fs_free_size < kLowSpaceValue) {
467 kLowSpaceValue / MB);

Completed in 286 milliseconds