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

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DPartitionAlloc.cpp117 root->nextSuperPage = 0;
345 char* requestedAddress = root->nextSuperPage;
352 root->nextSuperPage = superPage + kSuperPageSize;
355 root->nextPartitionPageEnd = root->nextSuperPage - kPartitionPageSize;
369 root->nextSuperPage = 0;
H A DPartitionAlloc.h262 char* nextSuperPage; member in struct:WTF::PartitionRootBase

Completed in 90 milliseconds