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

  /art/runtime/gc/allocator/
rosalloc.cc 1661 size_t free_bytes = 0U; local
1733 size_t free_bytes = 0U; local
    [all...]
  /external/v8/src/heap/
spaces.cc 2029 intptr_t free_bytes = 0; local
2160 intptr_t free_bytes = 0; local
    [all...]
mark-compact.cc 857 intptr_t free_bytes = 0; local
860 free_bytes = (p->area_size() - p->LiveBytes());
864 free_bytes = sizes.Total();
867 int free_pct = static_cast<int>(free_bytes * 100) / p->area_size();
870 estimated_release += free_bytes;
879 static_cast<int>(free_bytes),
880 static_cast<double>(free_bytes * 100) / p->area_size(),
    [all...]

Completed in 202 milliseconds