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

  /art/runtime/gc/space/
malloc_space.cc 258 GetLiveBitmap()->SetHeapSize(new_capacity);
259 GetMarkBitmap()->SetHeapSize(new_capacity);
262 temp_bitmap_->SetHeapSize(new_capacity);
  /art/runtime/gc/accounting/
space_bitmap.h 164 void SetHeapSize(size_t bytes) {

Completed in 584 milliseconds