Searched refs:gSeedPage (Results 1 – 2 of 2) sorted by relevance
55 PartitionPage PartitionRootBase::gSeedPage; member in pdfium::base::PartitionRootBase115 &PartitionRootGeneric::gSeedPage; in PartitionAllocBaseInit()140 bucket->active_pages_head = &PartitionRootGeneric::gSeedPage; in PartitionBucketInitBase()294 DCHECK(page != &PartitionRootGeneric::gSeedPage); in PartitionPageStateIsActive()301 DCHECK(page != &PartitionRootGeneric::gSeedPage); in PartitionPageStateIsFull()312 DCHECK(page != &PartitionRootGeneric::gSeedPage); in PartitionPageStateIsEmpty()319 DCHECK(page != &PartitionRootGeneric::gSeedPage); in PartitionPageStateIsDecommitted()499 DCHECK(page != &PartitionRootGeneric::gSeedPage); in PartitionPageAllocAndFillFreelist()576 if (page == &PartitionRootBase::gSeedPage) in PartitionSetNewActivePage()616 bucket->active_pages_head = &PartitionRootGeneric::gSeedPage; in PartitionSetNewActivePage()[all …]
326 static PartitionPage gSeedPage; member