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

  /external/chromium_org/content/browser/loader/
async_resource_handler.h 72 int allocation_size_; member in class:content::AsyncResourceHandler
async_resource_handler.cc 87 allocation_size_(0),
250 char* memory = buffer_->Allocate(&allocation_size_);
254 *buf_size = allocation_size_;
279 CalcUsedPercentage(bytes_read, allocation_size_));
  /external/chromium_org/v8/src/
zone.h 66 inline unsigned allocation_size() const { return allocation_size_; }
96 unsigned allocation_size_; member in class:v8::internal::Zone
zone.cc 48 : allocation_size_(0),
101 allocation_size_ += size;

Completed in 1555 milliseconds