Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/wtf/
DPartitionAllocTest.cpp108 EXPECT_EQ(numSlots, static_cast<size_t>(bucket->activePagesHead->numAllocatedSlots)); in GetFullPage()
109 EXPECT_EQ(0, bucket->activePagesHead->freelistHead); in GetFullPage()
110 EXPECT_TRUE(bucket->activePagesHead); in GetFullPage()
111 EXPECT_TRUE(bucket->activePagesHead != &WTF::PartitionRootGeneric::gSeedPage); in GetFullPage()
112 return bucket->activePagesHead; in GetFullPage()
133 ASSERT(!bucket->activePagesHead->numAllocatedSlots); in CycleFreeCache()
137 EXPECT_EQ(1, bucket->activePagesHead->numAllocatedSlots); in CycleFreeCache()
139 EXPECT_EQ(0, bucket->activePagesHead->numAllocatedSlots); in CycleFreeCache()
140 EXPECT_NE(-1, bucket->activePagesHead->freeCacheIndex); in CycleFreeCache()
150 EXPECT_EQ(1, bucket->activePagesHead->numAllocatedSlots); in CycleGenericFreeCache()
[all …]
DPartitionAlloc.cpp110 PartitionRootBase::gPagedBucket.activePagesHead = &PartitionRootGeneric::gSeedPage; in parititonAllocBaseInit()
132 bucket->activePagesHead = &PartitionRootGeneric::gSeedPage; in partitionBucketInitBase()
200 bucket->activePagesHead = 0; in partitionAllocGenericInit()
240 PartitionPage* page = bucket->activePagesHead; in partitionAllocShutdownBucket()
528 bucket->activePagesHead = page; in partitionSetNewActivePage()
553 bucket->activePagesHead = 0; in partitionSetNewActivePage()
618 bucket->activePagesHead = 0; in partitionDirectMap()
651 ASSERT(!bucket->activePagesHead->freelistHead); in partitionAllocSlowPath()
671 if (LIKELY(partitionSetNewActivePage(bucket->activePagesHead))) { in partitionAllocSlowPath()
672 PartitionPage* newPage = bucket->activePagesHead; in partitionAllocSlowPath()
[all …]
DPartitionAlloc.h239 PartitionPage* activePagesHead; // Accessed most in hot path => goes first. member
443 PartitionPage* page = bucket->activePagesHead; in partitionBucketAlloc()