Searched refs:allocation_size_ (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/content/browser/loader/
H A Dasync_resource_handler.h84 int allocation_size_; member in class:content::AsyncResourceHandler
H A Dasync_resource_handler.cc86 allocation_size_(0),
233 char* memory = buffer_->Allocate(&allocation_size_);
237 *buf_size = allocation_size_;
263 CalcUsedPercentage(bytes_read, allocation_size_));
/external/chromium_org/v8/src/
H A Dzone.h83 inline unsigned allocation_size() { return allocation_size_; }
108 unsigned allocation_size_; member in class:v8::internal::Zone
H A Dzone-inl.h65 allocation_size_ += size;
H A Dzone.cc71 : allocation_size_(0),
/external/v8/src/
H A Dzone-inl.h66 allocation_size_ += size;
H A Dzone.h89 static unsigned allocation_size_; member in class:v8::internal::Zone
H A Dzone.cc78 unsigned Zone::allocation_size_ = 0; member in class:v8::internal::Zone
H A Dhydrogen.cc8163 start_allocation_size_ = Zone::allocation_size_;
8170 unsigned size = Zone::allocation_size_ - start_allocation_size_;

Completed in 259 milliseconds