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 262 void SetByteSize(size_t size, bool free) {
412 info->SetByteSize(allocation_size, true); // Mark as free.
447 info->SetByteSize(new_free_size, true);
478 temp_info.SetByteSize(0, false);
492 new_free->SetByteSize(info->GetPrevFreeBytes(), true);
525 new_info->SetByteSize(allocation_size, false);
  /art/runtime/gc/allocator/
rosalloc.cc 105 free_pages->SetByteSize(this, capacity_);
153 remainder->SetByteSize(this, fpr_byte_size - req_byte_size);
162 fpr->SetByteSize(this, req_byte_size);
203 last_free_page_run->SetByteSize(this, last_free_page_run_size + increment);
212 new_free_page_run->SetByteSize(this, increment);
251 remainder->SetByteSize(this, fpr_byte_size - req_byte_size);
259 fpr->SetByteSize(this, req_byte_size);
360 fpr->SetByteSize(this, byte_size);
395 fpr->SetByteSize(this, fpr->ByteSize(this) + h->ByteSize(this));
427 l->SetByteSize(this, l->ByteSize(this) + fpr->ByteSize(this))
    [all...]
rosalloc.h 62 void SetByteSize(RosAlloc* rosalloc, size_t byte_size)
    [all...]

Completed in 83 milliseconds