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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
common.h 183 static const int kMaxSmallSize = 1024;
192 const bool big = (s > kMaxSmallSize);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
common.h 166 static const int kMaxSmallSize = 1024;
175 const bool big = (s > kMaxSmallSize);

Completed in 1150 milliseconds