Searched refs:gSeedPage (Results 1 – 3 of 3) sorted by relevance
60 PartitionPage PartitionRootBase::gSeedPage; member in WTF::PartitionRootBase110 PartitionRootBase::gPagedBucket.activePagesHead = &PartitionRootGeneric::gSeedPage; in parititonAllocBaseInit()132 bucket->activePagesHead = &PartitionRootGeneric::gSeedPage; in partitionBucketInitBase()419 ASSERT(page != &PartitionRootGeneric::gSeedPage); in partitionPageReset()441 ASSERT(page != &PartitionRootGeneric::gSeedPage); in partitionPageAllocAndFillFreelist()511 if (page == &PartitionRootBase::gSeedPage) { in partitionSetNewActivePage()686 ASSERT(newPage != &PartitionRootGeneric::gSeedPage); in partitionAllocSlowPath()742 ASSERT(pageToFree != &PartitionRootBase::gSeedPage); in partitionRegisterEmptyPage()768 ASSERT(page != &PartitionRootGeneric::gSeedPage); in partitionFreeSlowPath()769 ASSERT(bucket->activePagesHead != &PartitionRootGeneric::gSeedPage); in partitionFreeSlowPath()[all …]
273 static PartitionPage gSeedPage; member
111 EXPECT_TRUE(bucket->activePagesHead != &WTF::PartitionRootGeneric::gSeedPage); in GetFullPage()162 WTF::PartitionPage* seedPage = &WTF::PartitionRootGeneric::gSeedPage; in TEST()