Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc311 static bool ALWAYS_INLINE PartitionPageStateIsEmpty(const PartitionPage* page) { in PartitionPageStateIsEmpty() function
594 if (LIKELY(PartitionPageStateIsEmpty(page))) { in PartitionSetNewActivePage()
788 DCHECK(PartitionPageStateIsEmpty(new_page) || in PartitionAllocSlowPath()
852 DCHECK(PartitionPageStateIsEmpty(page)); in PartitionDecommitPage()
874 if (PartitionPageStateIsEmpty(page)) in PartitionDecommitPageIfPossible()
879 DCHECK(PartitionPageStateIsEmpty(page)); in PartitionRegisterEmptyPage()
1270 if (PartitionPageStateIsEmpty(page)) { in PartitionDumpPageStats()
1307 DCHECK(PartitionPageStateIsEmpty(page) || in PartitionDumpBucketStats()