Home
last modified time | relevance | path

Searched refs:nextPartitionPage (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
DPartitionAlloc.cpp118 root->nextPartitionPage = 0; in parititonAllocBaseInit()
327 ASSERT(!(reinterpret_cast<uintptr_t>(root->nextPartitionPage) % kPartitionPageSize)); in partitionAllocPartitionPages()
332 …size_t numPartitionPagesLeft = (root->nextPartitionPageEnd - root->nextPartitionPage) >> kPartitio… in partitionAllocPartitionPages()
336 char* ret = root->nextPartitionPage; in partitionAllocPartitionPages()
337 root->nextPartitionPage += totalSize; in partitionAllocPartitionPages()
354 root->nextPartitionPage = ret + totalSize; in partitionAllocPartitionPages()
DPartitionAlloc.h263 char* nextPartitionPage; member