summaryrefslogtreecommitdiffstats
path: root/src/H5Tprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-06-13 01:00:24 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-06-13 01:00:24 (GMT)
commit53a9be37483c91015e4f3060490bec4a3a1495c2 (patch)
tree51286fdb6c54930601fb8b6359d910ca3e52a744 /src/H5Tprivate.h
parent8b247f8aa3d958bbf8f4c8515ab60a4daedbdf5c (diff)
downloadhdf5-53a9be37483c91015e4f3060490bec4a3a1495c2.zip
hdf5-53a9be37483c91015e4f3060490bec4a3a1495c2.tar.gz
hdf5-53a9be37483c91015e4f3060490bec4a3a1495c2.tar.bz2
[svn-r8666] Purpose:
Code optimization Description: Restructure conversion loop of variable-length objects to avoid walking through memory backwards and allocating as many temporary buffers. (This uses the optimized method used in the atomic type conversions) Platforms tested: Solaris 2.7 (arabica) FreeBSD 4.10 (sleipnir) w/parallel Too minor to require h5committest
Diffstat (limited to 'src/H5Tprivate.h')
-rw-r--r--src/H5Tprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Tprivate.h b/src/H5Tprivate.h
index 41b5828..5c76e82 100644
--- a/src/H5Tprivate.h
+++ b/src/H5Tprivate.h
@@ -88,8 +88,8 @@ H5_DLL herr_t H5T_convert(H5T_path_t *tpath, hid_t src_id, hid_t dst_id,
void *buf, void *bkg, hid_t dset_xfer_plist);
H5_DLL herr_t H5T_vlen_reclaim(void *elem, hid_t type_id, hsize_t ndim, hssize_t *point, void *_op_data);
H5_DLL herr_t H5T_vlen_get_alloc_info(hid_t dxpl_id, H5T_vlen_alloc_info_t *vl_alloc_info);
-H5_DLL htri_t H5T_is_sensible(const H5T_t *dt);
H5_DLL htri_t H5T_set_loc(H5T_t *dt, H5F_t *f, H5T_loc_t loc);
+H5_DLL htri_t H5T_is_sensible(const H5T_t *dt);
H5_DLL htri_t H5T_committed(H5T_t *type);
H5_DLL int H5T_link(const H5T_t *type, int adjust, hid_t dxpl_id);