|
From: Paul F. <pa...@so...> - 2023-04-25 05:37:23
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=8f1e09be1634274654217fa095afcc6d83fa8e35 commit 8f1e09be1634274654217fa095afcc6d83fa8e35 Author: Paul Floyd <pj...@wa...> Date: Tue Apr 25 07:36:10 2023 +0200 Add new DHAT userreqs to NEWS Diff: --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index f29c756e49..7974f0c2e9 100644 --- a/NEWS +++ b/NEWS @@ -132,6 +132,12 @@ AMD64/macOS 10.13 and nanoMIPS/Linux. - Valgrind now contains python code that defines GDB massif front end monitor commands. See CORE CHANGES. +* DHAT: + - A new kind of user request has been added which allows you to + override the 1024 byte limit on access count histograms for blocks + of memories. Two client requests are available, + DHAT_HISTOGRAM_MEMORY_UNINIT and DHAT_HISTOGRAM_MEMORY_INIT. + * ==================== FIXED BUGS ==================== The following bugs have been fixed or resolved. Note that "n-i-bz" |