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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
addressmap-inl.h 173 static const int kClusterBlocks = 1 << kClusterBits;
179 Entry* blocks[kClusterBlocks]; // Per-block linked-lists
236 return (address >> kBlockBits) & (kClusterBlocks - 1);
412 for (int b = 0; b < kClusterBlocks; ++b) {
  /external/chromium_org/third_party/tcmalloc/vendor/src/
addressmap-inl.h 173 static const int kClusterBlocks = 1 << kClusterBits;
179 Entry* blocks[kClusterBlocks]; // Per-block linked-lists
236 return (address >> kBlockBits) & (kClusterBlocks - 1);
412 for (int b = 0; b < kClusterBlocks; ++b) {

Completed in 24 milliseconds