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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
addressmap-inl.h 192 Cluster** hashtable_; // The hash-table member in class:AddressMap
217 for (Cluster* c = hashtable_[h]; c != NULL; c = c->next) {
227 c->next = hashtable_[h];
228 hashtable_[h] = c;
275 hashtable_ = New<Cluster*>(kHashSize);
411 for (const Cluster* c = hashtable_[h]; c != NULL; c = c->next) {
  /external/chromium_org/third_party/tcmalloc/vendor/src/
addressmap-inl.h 192 Cluster** hashtable_; // The hash-table member in class:AddressMap
217 for (Cluster* c = hashtable_[h]; c != NULL; c = c->next) {
227 c->next = hashtable_[h];
228 hashtable_[h] = c;
275 hashtable_ = New<Cluster*>(kHashSize);
411 for (const Cluster* c = hashtable_[h]; c != NULL; c = c->next) {

Completed in 3317 milliseconds