Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc55 PartitionPage PartitionRootBase::gSeedPage; member in pdfium::base::PartitionRootBase
115 &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 …]
Dpartition_alloc.h326 static PartitionPage gSeedPage; member