Searched refs:kMaxFreeableSpans (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DPartitionAlloc.h191 static const size_t kMaxFreeableSpans = 16; member in namespace:WTF
267 PartitionPage* globalEmptyPageRing[kMaxFreeableSpans];
H A DPartitionAlloc.cpp732 ASSERT(static_cast<unsigned>(page->freeCacheIndex) < kMaxFreeableSpans);
744 ASSERT(static_cast<unsigned>(pageToFree->freeCacheIndex) < kMaxFreeableSpans);
760 if (currentIndex == kMaxFreeableSpans)
H A DPartitionAllocTest.cpp135 for (size_t i = 0; i < WTF::kMaxFreeableSpans; ++i) {
146 for (size_t i = 0; i < WTF::kMaxFreeableSpans; ++i) {
1028 for (size_t i = 0; i < WTF::kMaxFreeableSpans * 2; ++i) {

Completed in 200 milliseconds