summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-03-29 12:46:54 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-03-29 12:46:54 (GMT)
commit490cb6f9cd724ef28529c8c80e73e9b5cbc5df4a (patch)
tree9e736b573ad35227a37085b77d0e609d52a1110b /release_docs
parent5cbdef584072297ccb6753471c07df757fc6846c (diff)
parent16b909a7488d8288206dd0bb7cf9ef7036d7f543 (diff)
downloadhdf5-490cb6f9cd724ef28529c8c80e73e9b5cbc5df4a.zip
hdf5-490cb6f9cd724ef28529c8c80e73e9b5cbc5df4a.tar.gz
hdf5-490cb6f9cd724ef28529c8c80e73e9b5cbc5df4a.tar.bz2
Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_12)
* commit '16b909a7488d8288206dd0bb7cf9ef7036d7f543': Update release notes about H5get_alloc_stats() and H5get_free_list_sizes(). Was checking the wrong compiler macro. Correct failure when allocation tracking are disabled. Remove VCS merge conflict Revise API for H5get_alloc_stats() to take a struct instead of separate values. Add routines to query the library's free list sizes and allocation stats.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 584a0e3..1c9b7d4 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -56,7 +56,10 @@ New Features
Library:
--------
+ - Added two new API routines for tracking library memory use:
+ H5get_alloc_stats() and H5get_free_list_sizes().
+ (QAK - 2020/03/25)
Java Library:
----------------