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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
profiledata.cc 73 evict_[num_evicted_++] = entry.count;
74 evict_[num_evicted_++] = d;
75 memcpy(&evict_[num_evicted_], entry.stack, d * sizeof(Slot));
81 evict_(0),
114 evict_ = new Slot[kBufferLength];
118 evict_[num_evicted_++] = 0; // count for header
119 evict_[num_evicted_++] = 3; // depth for header
120 evict_[num_evicted_++] = 0; // Version number
123 evict_[num_evicted_++] = period; // Period (microseconds)
124 evict_[num_evicted_++] = 0; // Paddin
    [all...]
profiledata.h 165 Slot* evict_; // evicted entries member in class:ProfileData
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profiledata.cc 73 evict_[num_evicted_++] = entry.count;
74 evict_[num_evicted_++] = d;
75 memcpy(&evict_[num_evicted_], entry.stack, d * sizeof(Slot));
81 evict_(0),
114 evict_ = new Slot[kBufferLength];
118 evict_[num_evicted_++] = 0; // count for header
119 evict_[num_evicted_++] = 3; // depth for header
120 evict_[num_evicted_++] = 0; // Version number
123 evict_[num_evicted_++] = period; // Period (microseconds)
124 evict_[num_evicted_++] = 0; // Paddin
    [all...]
profiledata.h 165 Slot* evict_; // evicted entries member in class:ProfileData
  /external/chromium_org/chrome/browser/resources/file_manager/js/metadata/
metadata_cache.js 460 this.evict_();
503 MetadataCache.prototype.evict_ = function() {
506 // We leave only a half of items, so we will not call evict_ soon again.

Completed in 462 milliseconds