Philippe Waroquiers 081c34ea47 Fix Bug 404638 - Add VG_(replaceIndexXA)
Based on a patch from Łukasz Marek.

Note that this function differs from:
   *(T*)VG_(indexXA)(arr, index) = new_value;
as the function will mark the array as unsorted.

Note that this function is currently unused in the current valgrind code basis,
but it is useful for tools outside of valgrind tree.
2019-03-16 12:11:39 +01:00
..
2018-06-14 17:40:08 +00:00
2017-05-08 17:21:59 +00:00
2019-02-01 14:54:34 +11:00