Searched refs:superPagesEnd (Results 1 – 2 of 2) sorted by relevance
263 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()
252 char* superPagesEnd; member