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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
addressmap-inl.h 171 static const int kClusterBits = 13;
172 static const Number kClusterSize = 1 << (kBlockBits + kClusterBits);
173 static const int kClusterBlocks = 1 << kClusterBits;
215 const Number cluster_id = address >> (kBlockBits + kClusterBits);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
addressmap-inl.h 171 static const int kClusterBits = 13;
172 static const Number kClusterSize = 1 << (kBlockBits + kClusterBits);
173 static const int kClusterBlocks = 1 << kClusterBits;
215 const Number cluster_id = address >> (kBlockBits + kClusterBits);

Completed in 610 milliseconds