summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-11-17 16:53:48 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-11-17 16:53:48 (GMT)
commite87e574a5240c3ee84ced39baadda82cb6a0bca8 (patch)
tree91bc4d73680dcd07b414ae8442c4925b5dab4d3b /testpar
parentb24dec239811edbcd81de44384001e268115e69b (diff)
downloadhdf5-e87e574a5240c3ee84ced39baadda82cb6a0bca8.zip
hdf5-e87e574a5240c3ee84ced39baadda82cb6a0bca8.tar.gz
hdf5-e87e574a5240c3ee84ced39baadda82cb6a0bca8.tar.bz2
[svn-r9538] Purpose:
Code cleanup & optimizations Description: Clean up some of the code in attributes to avoid allocating memory and performing type conversions when the conversion is a noop. Avoid memory allocations of attribute data structures by switching to use library's free list memory allocator routines. Avoid memory allocations of object header continuation data structures by switching to use library's free list memory allocator routines. Rearrange threaded, balanced binary tree macros slightly to avoid some overhead. Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel Solaris 2.7 (arabica) Too minor to require h5committest
Diffstat (limited to 'testpar')
-rw-r--r--testpar/Dependencies4
1 files changed, 3 insertions, 1 deletions
diff --git a/testpar/Dependencies b/testpar/Dependencies
index aab346b..cadd728 100644
--- a/testpar/Dependencies
+++ b/testpar/Dependencies
@@ -286,11 +286,13 @@ t_coll_chunk.lo: \
$(top_srcdir)/src/H5Oprivate.h \
$(top_srcdir)/src/H5HGprivate.h \
$(top_srcdir)/src/H5Fprivate.h \
- $(top_srcdir)/src/H5RCprivate.h \
$(top_srcdir)/src/H5Tprivate.h \
$(top_srcdir)/src/H5Gprivate.h \
$(top_srcdir)/src/H5Bprivate.h \
$(top_srcdir)/src/H5ACprivate.h \
+ $(top_srcdir)/src/H5Cprivate.h \
+ $(top_srcdir)/src/H5Cpublic.h \
+ $(top_srcdir)/src/H5RCprivate.h \
$(top_srcdir)/src/H5RSprivate.h \
$(top_srcdir)/src/H5Rprivate.h \
$(top_srcdir)/src/H5Zprivate.h