Searched refs:kMaxSize (Results 1 – 5 of 5) sorted by relevance
532 static const size_t kMaxSize = 8u * kPageSize; variable564 static const size_t kMinThreadCacheSize = kMaxSize * 2;782 if (static_cast<size_t>(ClassIndex(kMaxSize)) >= sizeof(class_array)) { in InitSizeClasses()783 MESSAGE("Invalid class index %d for kMaxSize\n", ClassIndex(kMaxSize)); in InitSizeClasses()791 for (size_t size = kAlignment; size <= kMaxSize; size += (1 << alignshift)) { in InitSizeClasses()850 for (size_t size = 0; size <= kMaxSize; size++) { in InitSizeClasses()1018 if (bytes > kMaxSize) { in AllocationSize()2657 ASSERT(size <= kMaxSize); in Allocate()3385 if (size > kMaxSize) { in CreateCacheIfNecessary()3463 if (size <= kMaxSize && align < kPageSize) { in CreateCacheIfNecessary()
276 static const int kMaxSize = 16; variable
253 ASSERT(begin_pos - pos_ <= kMaxSize); in Write()
755 static const int kMaxRelocSize = RelocInfoWriter::kMaxSize;
5052 (WTF::do_malloc): Reverted WTF change only to call GetCache() if size <= kMaxSize.