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

  /external/chromium_org/content/browser/loader/
async_resource_handler.h 84 int allocation_size_; member in class:content::AsyncResourceHandler
async_resource_handler.cc 86 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/
zone-inl.h 65 allocation_size_ += size;
zone.h 83 inline unsigned allocation_size() { return allocation_size_; }
108 unsigned allocation_size_; member in class:v8::internal::Zone
zone.cc 71 : allocation_size_(0),
  /external/v8/src/
zone-inl.h 66 allocation_size_ += size;
zone.cc 78 unsigned Zone::allocation_size_ = 0; member in class:v8::internal::Zone
zone.h 89 static unsigned allocation_size_; member in class:v8::internal::Zone
hydrogen.cc     [all...]

Completed in 64 milliseconds