HomeSort by relevance Sort by last modified time
    Searched refs:nextSuperPage (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAlloc.cpp 59 root->nextSuperPage = 0;
166 if (!root->nextSuperPage) {
168 root->nextSuperPage = getRandomSuperPageBase();
170 ret = reinterpret_cast<char*>(allocSuperPages(root->nextSuperPage, kSuperPageSize));
171 if (ret != root->nextSuperPage) {
175 root->nextSuperPage = 0;
177 root->nextSuperPage = ret + kSuperPageSize;
PartitionAlloc.h 153 char* nextSuperPage;

Completed in 365 milliseconds