diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2000-04-04 21:12:11 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2000-04-04 21:12:11 (GMT) |
commit | fb009419d331f77b0268dc8fca31528be0ced289 (patch) | |
tree | 3602a47d3043baa96f30c681abc60c06c4bb028a | |
parent | 02e4ee5edf5d1c8fe285497def5cd7b7afbf77e4 (diff) | |
download | hdf5-fb009419d331f77b0268dc8fca31528be0ced289.zip hdf5-fb009419d331f77b0268dc8fca31528be0ced289.tar.gz hdf5-fb009419d331f77b0268dc8fca31528be0ced289.tar.bz2 |
[svn-r2074] Updated to mention the free-lists and H5garbage_collect API function
-rw-r--r-- | HISTORY | 6 | ||||
-rw-r--r-- | RELEASE | 2 |
2 files changed, 6 insertions, 2 deletions
@@ -50,11 +50,13 @@ Configuration later as before. One can just do "./configure --enable-parallel" if the MPI library is in the system library. -Dataset region references -------------------------- +Library +------- * Error was fixed which was not allowing dataset region references to have their regions retrieved correctly. + * Added internal free-lists to reduce memory required by the library and + H5garbage_collect API function Tools ------ @@ -47,6 +47,8 @@ Library correctly. * Error was fixed which was not allowing dataset region references to have their regions retrieved correctly. + * Added internal free-lists to reduce memory required by the library and + H5garbage_collect API function Configuration ------------- |