diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-06-12 22:32:19 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-06-12 22:32:19 (GMT) |
commit | 8b247f8aa3d958bbf8f4c8515ab60a4daedbdf5c (patch) | |
tree | b5ab31aba4a0a06c626c706ec997fd8c30343a2a /src/H5FDfphdf5.h | |
parent | ea3103c15ecddf752e23e63bcad6d1da13912619 (diff) | |
download | hdf5-8b247f8aa3d958bbf8f4c8515ab60a4daedbdf5c.zip hdf5-8b247f8aa3d958bbf8f4c8515ab60a4daedbdf5c.tar.gz hdf5-8b247f8aa3d958bbf8f4c8515ab60a4daedbdf5c.tar.bz2 |
[svn-r8664] Purpose:
Code optimization
Description:
Allow global heap collections to grow in size (up to a 64K limit) if they
are able to. This allows them to grow to a more reasonable size than the 4K
minimum size.
Platforms tested:
Solaris 2.7 (arabica)
FreeBSD 4.10 (sleipnir) w/parallel
Too minor to require h5committest
Diffstat (limited to 'src/H5FDfphdf5.h')
-rw-r--r-- | src/H5FDfphdf5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDfphdf5.h b/src/H5FDfphdf5.h index b49545f..6605b92 100644 --- a/src/H5FDfphdf5.h +++ b/src/H5FDfphdf5.h @@ -102,7 +102,7 @@ H5_DLL herr_t H5Pget_fapl_fphdf5(hid_t fapl_id, MPI_Comm *comm, struct H5P_genplist_t; H5_DLL hid_t H5FD_fphdf5_init(void); -H5_DLL void H5FD_gass_term(void); +H5_DLL void H5FD_fphdf5_term(void); H5_DLL unsigned H5FD_fphdf5_file_id(H5FD_t *_file); H5_DLL hbool_t H5FD_fphdf5_is_sap(H5FD_t *_file); H5_DLL hbool_t H5FD_fphdf5_is_captain(H5FD_t *_file); |