diff options
author | James Laird <jlaird@hdfgroup.org> | 2006-09-28 19:36:25 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2006-09-28 19:36:25 (GMT) |
commit | 71ba8671b3c48722c09fed8721e73b9322d14a5c (patch) | |
tree | bce6912afc6d7b4933d141b751175177b6ade45a /src/H5MFprivate.h | |
parent | 3289dc5a18474cfe39211cb006d01a84a4f0a27c (diff) | |
download | hdf5-71ba8671b3c48722c09fed8721e73b9322d14a5c.zip hdf5-71ba8671b3c48722c09fed8721e73b9322d14a5c.tar.gz hdf5-71ba8671b3c48722c09fed8721e73b9322d14a5c.tar.bz2 |
[svn-r12692] Removed code that was used to support lazy allocation of file space
since HDF5 no longer allocates file space lazily.
Tested on mir; should be only a cleanup, since the code isn't called from
anywhere.
Diffstat (limited to 'src/H5MFprivate.h')
-rw-r--r-- | src/H5MFprivate.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/H5MFprivate.h b/src/H5MFprivate.h index 01b8204..e03f267 100644 --- a/src/H5MFprivate.h +++ b/src/H5MFprivate.h @@ -48,8 +48,6 @@ H5_DLL herr_t H5MF_xfree(H5F_t *f, H5FD_mem_t type, hid_t dxpl_id, haddr_t addr, hsize_t size); H5_DLL haddr_t H5MF_realloc(H5F_t *f, H5FD_mem_t type, hid_t dxpl_id, haddr_t old_addr, hsize_t old_size, hsize_t new_size); -H5_DLL herr_t H5MF_reserve(H5F_t *f, hsize_t size); -H5_DLL herr_t H5MF_free_reserved(H5F_t *f, hsize_t size); H5_DLL hbool_t H5MF_alloc_overflow(H5F_t *f, hsize_t size); H5_DLL htri_t H5MF_can_extend(H5F_t *f, H5FD_mem_t type, haddr_t addr, hsize_t size, hsize_t extra_requested); |