Searched refs:post_compact_end_ (Results 1 – 2 of 2) sorted by relevance
1109 post_compact_end_ = AlignUp(space_begin + total, gPageSize); in PrepareForCompaction()1110 CHECK_EQ(post_compact_end_, space_begin + moving_first_objs_count_ * gPageSize); in PrepareForCompaction()1111 black_objs_slide_diff_ = black_allocations_begin_ - post_compact_end_; in PrepareForCompaction()1596 << " post_compact_end=" << static_cast<void*>(post_compact_end_) in VerifyObject()1611 << " post_compact_end=" << static_cast<void*>(post_compact_end_) in VerifyObject()1640 << static_cast<void*>(post_compact_end_); in CompactPage()1716 << " post-compact-end:" << reinterpret_cast<void*>(post_compact_end_) in CompactPage()1779 << " post-compact-end:" << reinterpret_cast<void*>(post_compact_end_) in CompactPage()2823 post_compact_end_ - begin, in UpdateMovingSpaceBlackAllocations()2840 << " main-block-size:" << (post_compact_end_ - begin) in UpdateMovingSpaceBlackAllocations()[all …]
812 uint8_t* post_compact_end_; variable