Searched refs:total_capacity (Results 1 – 3 of 3) sorted by relevance
840 size_t total_capacity = 0; in VerifyCountersAfterSweeping() local845 total_capacity += page->area_size(); in VerifyCountersAfterSweeping()859 DCHECK_EQ(total_capacity, accounting_stats_.Capacity()); in VerifyCountersAfterSweeping()869 size_t total_capacity = 0; in VerifyCountersBeforeConcurrentSweeping() local878 total_capacity += page->area_size(); in VerifyCountersBeforeConcurrentSweeping()882 DCHECK_EQ(total_capacity, accounting_stats_.Capacity()); in VerifyCountersBeforeConcurrentSweeping()
562 size_t total_capacity = 0; in VerifyCounters() local565 total_capacity += page->area_size(); in VerifyCounters()579 DCHECK_EQ(total_capacity, accounting_stats_.Capacity()); in VerifyCounters()
28618 long unsigned int total_capacity; member