Searched refs:kMaxSize (Results 1 – 2 of 2) sorted by relevance
425 static const size_t kMaxSize = 8u * kPageSize; variable457 static const size_t kMinThreadCacheSize = kMaxSize * 2;675 if (static_cast<size_t>(ClassIndex(kMaxSize)) >= sizeof(class_array)) { in InitSizeClasses()676 MESSAGE("Invalid class index %d for kMaxSize\n", ClassIndex(kMaxSize)); in InitSizeClasses()684 for (size_t size = kAlignment; size <= kMaxSize; size += (1 << alignshift)) { in InitSizeClasses()743 for (size_t size = 0; size <= kMaxSize; size++) { in InitSizeClasses()890 if (bytes > kMaxSize) { in AllocationSize()2335 ASSERT(size <= kMaxSize); in Allocate()3063 if (size > kMaxSize) { in CreateCacheIfNecessary()3141 if (size <= kMaxSize && align < kPageSize) { in CreateCacheIfNecessary()
5052 (WTF::do_malloc): Reverted WTF change only to call GetCache() if size <= kMaxSize.