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

  /art/runtime/gc/space/
large_object_space.cc 270 void SetByteSize(size_t size, bool free) {
432 info->SetByteSize(allocation_size, true); // Mark as free.
467 info->SetByteSize(new_free_size, true);
498 temp_info.SetByteSize(0, false);
512 new_free->SetByteSize(info->GetPrevFreeBytes(), true);
545 new_info->SetByteSize(allocation_size, false);
  /art/runtime/gc/allocator/
rosalloc.cc 108 free_pages->SetByteSize(this, capacity_);
156 remainder->SetByteSize(this, fpr_byte_size - req_byte_size);
165 fpr->SetByteSize(this, req_byte_size);
206 last_free_page_run->SetByteSize(this, last_free_page_run_size + increment);
215 new_free_page_run->SetByteSize(this, increment);
254 remainder->SetByteSize(this, fpr_byte_size - req_byte_size);
262 fpr->SetByteSize(this, req_byte_size);
363 fpr->SetByteSize(this, byte_size);
398 fpr->SetByteSize(this, fpr->ByteSize(this) + h->ByteSize(this));
430 l->SetByteSize(this, l->ByteSize(this) + fpr->ByteSize(this))
    [all...]
rosalloc.h 62 void SetByteSize(RosAlloc* rosalloc, size_t byte_size)
    [all...]

Completed in 123 milliseconds