Searched defs:ClassIndex (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dcommon.h171 // ClassIndex() were selected to make the flattening work.
189 static inline int ClassIndex(int s) { function in class:tcmalloc::SizeMap
215 return class_array_[ClassIndex(size)];
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dcommon.h154 // ClassIndex() were selected to make the flattening work.
172 static inline int ClassIndex(int s) { function in class:tcmalloc::SizeMap
198 return class_array_[ClassIndex(size)];

Completed in 374 milliseconds