Searched refs:LiveBytes (Results 1 – 3 of 3) sorted by relevance
466 int LiveBytes() { in LiveBytes() function1591 unswept_free_bytes_ += (p->area_size() - p->LiveBytes()); in IncreaseUnsweptFreeBytes()1596 unswept_free_bytes_ -= (p->area_size() - p->LiveBytes()); in DecreaseUnsweptFreeBytes()
882 ASSERT(page->LiveBytes() == 0); in ReleasePage()923 if (page->LiveBytes() == 0) ReleasePage(page); in ReleaseAllUnusedPages()997 ASSERT_LE(black_size, page->LiveBytes()); in Verify()2827 printf(" Marked: %x, LiveCount: %x\n", mark_size, LiveBytes()); in Print()
314 CHECK_EQ(0, p->LiveBytes()); in VerifyMarkbitsAreClean()324 CHECK_EQ(0, p->LiveBytes()); in VerifyMarkbitsAreClean()448 p->LiveBytes()); in FreeListFragmentation()581 free_bytes = (p->area_size() - p->LiveBytes()); in CollectEvacuationCandidates()3756 ASSERT_EQ(0, p->LiveBytes()); in SweepConservatively()3855 if (p->LiveBytes() == 0) { in SweepSpace()