Searched refs:globalEmptyPageRing (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DPartitionAlloc.cpp123 memset(&root->globalEmptyPageRing, '\0', sizeof(root->globalEmptyPageRing));
733 ASSERT(root->globalEmptyPageRing[page->freeCacheIndex] == page);
734 root->globalEmptyPageRing[page->freeCacheIndex] = 0;
738 PartitionPage* pageToFree = root->globalEmptyPageRing[currentIndex];
745 ASSERT(pageToFree == root->globalEmptyPageRing[pageToFree->freeCacheIndex]);
757 root->globalEmptyPageRing[currentIndex] = page;
H A DPartitionAlloc.h267 PartitionPage* globalEmptyPageRing[kMaxFreeableSpans]; member in struct:WTF::PartitionRootBase

Completed in 109 milliseconds