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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
profiledata.cc 68 if (num_evicted_ + nslots > kBufferLength) {
70 assert(num_evicted_ == 0);
73 evict_[num_evicted_++] = entry.count;
74 evict_[num_evicted_++] = d;
75 memcpy(&evict_[num_evicted_], entry.stack, d * sizeof(Slot));
76 num_evicted_ += d;
82 num_evicted_(0),
108 num_evicted_ = 0;
118 evict_[num_evicted_++] = 0; // count for header
119 evict_[num_evicted_++] = 3; // depth for heade
    [all...]
profiledata.h 166 int num_evicted_; // how many evicted entries? member in class:ProfileData
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profiledata.cc 68 if (num_evicted_ + nslots > kBufferLength) {
70 assert(num_evicted_ == 0);
73 evict_[num_evicted_++] = entry.count;
74 evict_[num_evicted_++] = d;
75 memcpy(&evict_[num_evicted_], entry.stack, d * sizeof(Slot));
76 num_evicted_ += d;
82 num_evicted_(0),
108 num_evicted_ = 0;
118 evict_[num_evicted_++] = 0; // count for header
119 evict_[num_evicted_++] = 3; // depth for heade
    [all...]
profiledata.h 166 int num_evicted_; // how many evicted entries? member in class:ProfileData

Completed in 53 milliseconds