Home | History | Annotate | Download | only in wtf

Lines Matching refs:kMaxSize

564 // sense.  In particular, if kMaxSize increases, you may have to
568 static const size_t kMaxSize = 8u * kPageSize;
600 static const size_t kMinThreadCacheSize = kMaxSize * 2;
818 if (static_cast<size_t>(ClassIndex(kMaxSize)) >= sizeof(class_array)) {
819 MESSAGE("Invalid class index %d for kMaxSize\n", ClassIndex(kMaxSize));
827 for (size_t size = kAlignment; size <= kMaxSize; size += (1 << alignshift)) {
886 for (size_t size = 0; size <= kMaxSize; size++) {
1054 if (bytes > kMaxSize) {
2759 ASSERT(size <= kMaxSize);
3487 if (size > kMaxSize) {
3565 if (size <= kMaxSize && align < kPageSize) {