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 100 root->nextSuperPage = 0;
192 char* requestedAddress = root->nextSuperPage;
195 root->nextSuperPage = superPage + kSuperPageSize;
198 root->nextPartitionPageEnd = root->nextSuperPage - kPartitionPageSize;
211 root->nextSuperPage = 0;
PartitionAlloc.h 221 char* nextSuperPage;

Completed in 22 milliseconds