mirror of
git://sourceware.org/git/valgrind.git
synced 2026-01-12 00:19:31 +08:00
Currently, if there are multiple equal global peaks, `intro_Block` and `resize_Block` record the first one while `check_for_peak` records the last one. This could lead to inconsistent output, though it's unlikely in practice. This commit fixes things so that all functions record the last peak.