Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc622 DCHECK(PartitionBucketIsDirectMapped(page->bucket)); in partitionPageToDirectMapExtent()
767 if (UNLIKELY(PartitionBucketIsDirectMapped(bucket))) { in PartitionAllocSlowPath()
853 DCHECK(!PartitionBucketIsDirectMapped(page->bucket)); in PartitionDecommitPage()
923 if (UNLIKELY(PartitionBucketIsDirectMapped(bucket))) { in PartitionFreeSlowPath()
938 DCHECK(!PartitionBucketIsDirectMapped(bucket)); in PartitionFreeSlowPath()
966 DCHECK(PartitionBucketIsDirectMapped(page->bucket)); in partitionReallocDirectMappedInPlace()
1046 if (UNLIKELY(PartitionBucketIsDirectMapped(page->bucket))) { in PartitionReallocGeneric()
1283 DCHECK(!PartitionBucketIsDirectMapped(bucket)); in PartitionDumpBucketStats()
Dpartition_alloc.h611 ALWAYS_INLINE bool PartitionBucketIsDirectMapped( in PartitionBucketIsDirectMapped() function
634 DCHECK(PartitionBucketIsDirectMapped(bucket) || in PartitionPageGetRawSizePtr()
850 if (LIKELY(!PartitionBucketIsDirectMapped(bucket))) { in PartitionAllocActualSize()