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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
common.h 171 // ClassIndex() were selected to make the flattening work.
189 static inline int ClassIndex(int s) {
215 return class_array_[ClassIndex(size)];
  /external/chromium_org/third_party/tcmalloc/vendor/src/
common.h 154 // ClassIndex() were selected to make the flattening work.
172 static inline int ClassIndex(int s) {
198 return class_array_[ClassIndex(size)];

Completed in 2698 milliseconds