Searched refs:max_sz_in_unit (Results 1 – 1 of 1) sorted by relevance
378 uint64_t max_sz_in_unit = BitLeftShift(1, num_lvl_ - 1); in PercentFree() local388 …return static_cast<int>(static_cast<float>(total_free_sz) / static_cast<float>(max_sz_in_unit) * k… in PercentFree()