Searched refs:PartitionBucketIsDirectMapped (Results 1 – 2 of 2) sorted by relevance
622 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()
611 ALWAYS_INLINE bool PartitionBucketIsDirectMapped( in PartitionBucketIsDirectMapped() function634 DCHECK(PartitionBucketIsDirectMapped(bucket) || in PartitionPageGetRawSizePtr()850 if (LIKELY(!PartitionBucketIsDirectMapped(bucket))) { in PartitionAllocActualSize()