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 117 root->nextSuperPage = 0;
345 char* requestedAddress = root->nextSuperPage;
352 root->nextSuperPage = superPage + kSuperPageSize;
355 root->nextPartitionPageEnd = root->nextSuperPage - kPartitionPageSize;
369 root->nextSuperPage = 0;
    [all...]
PartitionAlloc.h 262 char* nextSuperPage;

Completed in 50 milliseconds