Searched refs:kInvariantBits (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dtcmalloc.cc1844 static const int kInvariantBits = 2; local
1845 ASSERT((offset1 >> kInvariantBits) << kInvariantBits == offset1);
1852 ret ^= static_cast<MarkType>(offset1 >> kInvariantBits) ^

Completed in 51 milliseconds