Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc56 PartitionBucket PartitionRootBase::gPagedBucket; member in pdfium::base::PartitionRootBase
114 PartitionRootBase::gPagedBucket.active_pages_head = in PartitionAllocBaseInit()
238 *bucketPtr++ = &PartitionRootGeneric::gPagedBucket; in PartitionAllocGenericInit()
255 *bucketPtr = &PartitionRootGeneric::gPagedBucket; in PartitionAllocGenericInit()
769 DCHECK(bucket == &PartitionRootBase::gPagedBucket); in PartitionAllocSlowPath()
832 DCHECK(bucket != &PartitionRootBase::gPagedBucket); in PartitionAllocSlowPath()
Dpartition_alloc.h327 static PartitionBucket gPagedBucket; member
855 DCHECK(bucket == &PartitionRootBase::gPagedBucket); in PartitionAllocActualSize()