Home | History | Annotate | Download | only in src

Lines Matching refs:free_bytes

865       intptr_t free_bytes = 0;
868 free_bytes = (p->area_size() - p->LiveBytes());
872 free_bytes = sizes.Total();
875 int free_pct = static_cast<int>(free_bytes * 100) / p->area_size();
878 estimated_release += free_bytes;
888 static_cast<int>(free_bytes),
889 static_cast<double>(free_bytes * 100) / p->area_size(),