Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/wtf/
DPartitionAlloc.cpp134 bucket->numFullPages = 0; in partitionBucketInitBase()
239 bool noLeaks = !bucket->numFullPages; in partitionAllocShutdownBucket()
544 ++bucket->numFullPages; in partitionSetNewActivePage()
547 RELEASE_ASSERT(bucket->numFullPages); in partitionSetNewActivePage()
622 bucket->numFullPages = 0; in partitionDirectMap()
809 --bucket->numFullPages; in partitionFreeSlowPath()
934 …vePagesHead == &PartitionRootGeneric::gSeedPage && !bucket.freePagesHead && !bucket.numFullPages) { in partitionDumpStats()
949 size_t numActiveBytes = bucket.numFullPages * bucketUsefulStorage; in partitionDumpStats()
950 size_t numResidentBytes = bucket.numFullPages * bucketPageSize; in partitionDumpStats()
974 …Bytes, numResidentBytes, numFreeableBytes, static_cast<size_t>(bucket.numFullPages), numActivePage… in partitionDumpStats()
DPartitionAlloc.h243 uint16_t numFullPages; member