Home | History | Annotate | Download | only in allocator

Lines Matching refs:SetByteSize

91   free_pages->SetByteSize(this, capacity_);
135 remainder->SetByteSize(this, fpr_byte_size - req_byte_size);
144 fpr->SetByteSize(this, req_byte_size);
185 last_free_page_run->SetByteSize(this, last_free_page_run_size + increment);
194 new_free_page_run->SetByteSize(this, increment);
233 remainder->SetByteSize(this, fpr_byte_size - req_byte_size);
241 fpr->SetByteSize(this, req_byte_size);
342 fpr->SetByteSize(this, byte_size);
379 fpr->SetByteSize(this, fpr->ByteSize(this) + h->ByteSize(this));
417 l->SetByteSize(this, l->ByteSize(this) + fpr->ByteSize(this));