Searched refs:min_delta (Results 1 – 1 of 1) sorted by relevance
433 static int32_t ChooseRelocationOffsetDelta(int32_t min_delta, int32_t max_delta) { in ChooseRelocationOffsetDelta() argument435 CHECK_EQ(min_delta % kPageSize, 0u); in ChooseRelocationOffsetDelta()437 CHECK_LT(min_delta, max_delta); in ChooseRelocationOffsetDelta()441 std::uniform_int_distribution<int32_t> distribution(min_delta, max_delta); in ChooseRelocationOffsetDelta()448 CHECK_LE(min_delta, r); in ChooseRelocationOffsetDelta()