Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/wtf/
DPartitionAlloc.cpp61 PartitionBucket PartitionRootBase::gPagedBucket; member in WTF::PartitionRootBase
110 PartitionRootBase::gPagedBucket.activePagesHead = &PartitionRootGeneric::gSeedPage; in parititonAllocBaseInit()
218 *bucketPtr++ = &PartitionRootGeneric::gPagedBucket; in partitionAllocGenericInit()
233 *bucketPtr = &PartitionRootGeneric::gPagedBucket; in partitionAllocGenericInit()
660 ASSERT(bucket == &PartitionRootBase::gPagedBucket); in partitionAllocSlowPath()
DPartitionAlloc.h274 static PartitionBucket gPagedBucket; member
603 ASSERT(bucket == &PartitionRootBase::gPagedBucket); in partitionAllocActualSize()