Home
last modified time | relevance | path

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

/external/cronet/base/allocator/partition_allocator/
Dpartition_page.h162 uint32_t marked_full : 1; member
321 : marked_full(0), in SlotSpanMetadata()
774 if (PA_UNLIKELY(marked_full || num_allocated_slots == 0)) { in Free()
819 if (PA_UNLIKELY(marked_full || num_allocated_slots == 0)) { in AppendFreeList()
834 PA_DCHECK(!marked_full); in is_active()
857 PA_DCHECK(!marked_full); in is_empty()
867 PA_DCHECK(!marked_full); in is_decommitted()
Dpartition_page.cc178 if (marked_full) { in FreeSlowPath()
184 marked_full = 0; in FreeSlowPath()
Dpartition_bucket.cc393 PA_DCHECK(!page->slot_span_metadata.marked_full); in PartitionDirectMap()
1109 slot_span->marked_full = 1; in SetNewActiveSlotSpan()
1181 slot_span->marked_full = 1; in MaintainActiveList()
Dpartition_alloc_unittest.cc2270 EXPECT_TRUE(slot_span->marked_full); in TEST_P()
2271 EXPECT_FALSE(slot_span2->marked_full); in TEST_P()
2282 EXPECT_FALSE(slot_span->marked_full); in TEST_P()
2283 EXPECT_FALSE(slot_span2->marked_full); in TEST_P()
Dpartition_root.h1107 PA_DCHECK(!slot_span->marked_full); in AllocFromBucket()