[svn-r2074] Updated to mention the free-lists and H5garbage_collect API function

This commit is contained in:
Quincey Koziol 2000-04-04 16:12:11 -05:00
parent 02e4ee5edf
commit fb009419d3
2 changed files with 6 additions and 2 deletions

View File

@ -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
------

View File

@ -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
-------------