HomeSort by relevance Sort by last modified time
    Searched full:free_bytes (Results 1 - 1 of 1) sorted by null

  /external/v8/src/
mark-compact.cc 578 intptr_t free_bytes = 0; local
581 free_bytes = (p->area_size() - p->LiveBytes());
585 free_bytes = sizes.Total();
588 int free_pct = static_cast<int>(free_bytes * 100) / p->area_size();
591 estimated_release += 2 * p->area_size() - free_bytes;
601 static_cast<int>(free_bytes),
602 static_cast<double>(free_bytes * 100) / p->area_size(),
    [all...]

Completed in 42 milliseconds