Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/wtf/
DPartitionAlloc.cpp263 while (superPage != entry->superPagesEnd) { in partitionAllocBaseShutdown()
387 currentExtent->superPagesEnd = superPage + kSuperPageSize; in partitionAllocPartitionPages()
390 currentExtent->superPagesEnd += kSuperPageSize; in partitionAllocPartitionPages()
391 ASSERT(ret >= currentExtent->superPageBase && ret < currentExtent->superPagesEnd); in partitionAllocPartitionPages()
DPartitionAlloc.h252 char* superPagesEnd; member