Searched refs:max_colocation_size (Results 1 – 1 of 1) sorted by relevance
877 int64_t max_colocation_size = buffer_interval.size; in FindChunkCandidate() local880 max_colocation_size = in FindChunkCandidate()881 std::max(max_colocation_size, buffer_intervals_.at(colocation).size); in FindChunkCandidate()912 if (free_chunk_end - chunk_end_aligned >= max_colocation_size) { in FindChunkCandidate()932 Chunk chunk{preferred_offset, max_colocation_size}; in FindChunkCandidate()