Searched refs:black_page_idx (Results 1 – 1 of 1) sorted by relevance
2715 size_t black_page_idx = moving_first_objs_count_; in UpdateMovingSpaceBlackAllocations() local2760 if (black_alloc_pages_first_chunk_size_[black_page_idx] == 0) { in UpdateMovingSpaceBlackAllocations()2761 black_alloc_pages_first_chunk_size_[black_page_idx] = first_chunk_size; in UpdateMovingSpaceBlackAllocations()2762 first_objs_moving_space_[black_page_idx].Assign(first_obj); in UpdateMovingSpaceBlackAllocations()2764 black_page_idx++; in UpdateMovingSpaceBlackAllocations()2768 black_alloc_pages_first_chunk_size_[black_page_idx] = gPageSize; in UpdateMovingSpaceBlackAllocations()2769 first_objs_moving_space_[black_page_idx].Assign(obj); in UpdateMovingSpaceBlackAllocations()2770 black_page_idx++; in UpdateMovingSpaceBlackAllocations()2788 if (first_chunk_size > 0 && black_alloc_pages_first_chunk_size_[black_page_idx] == 0) { in UpdateMovingSpaceBlackAllocations()2789 black_alloc_pages_first_chunk_size_[black_page_idx] = first_chunk_size; in UpdateMovingSpaceBlackAllocations()[all …]