Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/wtf/
DPartitionAlloc.cpp538 size_t numActivePages = 0; in partitionDumpStats() local
542 ++numActivePages; in partitionDumpStats()
556 …ntBytes, numFreeableBytes, static_cast<size_t>(bucket.numFullPages), numActivePages, numFreePages); in partitionDumpStats()