Home | History | Annotate | Download | only in allocator

Lines Matching refs:SetByteSize

96   free_pages->SetByteSize(this, capacity_);
140 remainder->SetByteSize(this, fpr_byte_size - req_byte_size);
149 fpr->SetByteSize(this, req_byte_size);
190 last_free_page_run->SetByteSize(this, last_free_page_run_size + increment);
199 new_free_page_run->SetByteSize(this, increment);
238 remainder->SetByteSize(this, fpr_byte_size - req_byte_size);
246 fpr->SetByteSize(this, req_byte_size);
347 fpr->SetByteSize(this, byte_size);
384 fpr->SetByteSize(this, fpr->ByteSize(this) + h->ByteSize(this));
422 l->SetByteSize(this, l->ByteSize(this) + fpr->ByteSize(this));