summaryrefslogtreecommitdiffstats
path: root/test/fheap.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2006-08-07 18:18:17 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2006-08-07 18:18:17 (GMT)
commit80b1c44327f56c2e7edd75389e5b3b5a9b5ea833 (patch)
tree11965f139ce5aca89f6f0840d1b97a609d042946 /test/fheap.c
parent9a03ce6406817238a4c9b7fc77cc9fbeac8636e1 (diff)
downloadhdf5-80b1c44327f56c2e7edd75389e5b3b5a9b5ea833.zip
hdf5-80b1c44327f56c2e7edd75389e5b3b5a9b5ea833.tar.gz
hdf5-80b1c44327f56c2e7edd75389e5b3b5a9b5ea833.tar.bz2
[svn-r12550] Description:
Refactor fractal heap IDs to include "flag byte" as part of the ID. This byte will be used for the heap ID format version as well as flags to indicate whether the heap object is a "tiny"/normal/"huge" object (with storage mechanisms optimized for each type of object). Platforms tested: Linux/32 2.4 (chicago) Too minor to require h5committest
Diffstat (limited to 'test/fheap.c')
-rw-r--r--test/fheap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fheap.c b/test/fheap.c
index 43cff34..f3ffa9c 100644
--- a/test/fheap.c
+++ b/test/fheap.c
@@ -52,7 +52,7 @@
/* #define ALL_INSERT_TESTS */
/* Heap metadata macros */
-#define HEAP_ID_LEN 6 /* # of bytes to use for heap ID */
+#define HEAP_ID_LEN 7 /* # of bytes to use for heap ID */
#define HEAP_MAX_ROOT_ROWS(fh) H5HF_get_max_root_rows(fh) /* Max. # of rows in root indirect block */
#define DTABLE_WIDTH(fh) H5HF_get_dtable_width_test(fh) /* Width of doubling table for heap */
#define DTABLE_MAX_DROWS(fh) H5HF_get_dtable_max_drows_test(fh) /* Max. # of direct block rows in any indirect block */