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

  /external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAlloc.cpp 60 root->nextPartitionPage = 0;
150 if (LIKELY(root->nextPartitionPage != 0)) {
153 ret = root->nextPartitionPage;
154 root->nextPartitionPage += kPartitionPageSize;
155 if (UNLIKELY(root->nextPartitionPage == root->nextPartitionPageEnd)) {
157 root->nextPartitionPage = 0;
184 root->nextPartitionPage = ret + kPartitionPageSize;
PartitionAlloc.h 154 char* nextPartitionPage;

Completed in 53 milliseconds