Searched refs:numFullPages (Results 1 – 2 of 2) sorted by relevance
134 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()
243 uint16_t numFullPages; member