Home
last modified time | relevance | path

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

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