diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-03-29 21:45:09 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-03-29 21:45:09 (GMT) |
commit | a9d5fc42eb26da76fc7c3b5687552d4291bea1de (patch) | |
tree | 3856b4ecf6930bab7e9096bcc42980e8db95e82d /src/H5Cpkg.h | |
parent | d8b389836869c89801b9a1c2758d83b800b8f7b6 (diff) | |
download | hdf5-a9d5fc42eb26da76fc7c3b5687552d4291bea1de.zip hdf5-a9d5fc42eb26da76fc7c3b5687552d4291bea1de.tar.gz hdf5-a9d5fc42eb26da76fc7c3b5687552d4291bea1de.tar.bz2 |
[svn-r10506] Purpose:
New feature
Description:
Add first iteration of "segmented heap" code, which will be used to store
links in groups in a more flexible way than the previous "local heap" mechanism.
Platforms tested:
FreeBSD 4.11 (sleipnir) w/parallel
Solaris 2.9 (shanti)
Diffstat (limited to 'src/H5Cpkg.h')
-rw-r--r-- | src/H5Cpkg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Cpkg.h b/src/H5Cpkg.h index edd67e7..9b1a2a2 100644 --- a/src/H5Cpkg.h +++ b/src/H5Cpkg.h @@ -574,7 +574,7 @@ ****************************************************************************/ #define H5C__H5C_T_MAGIC 0x005CAC0E -#define H5C__MAX_NUM_TYPE_IDS 9 +#define H5C__MAX_NUM_TYPE_IDS 10 #define H5C__MAX_EPOCH_MARKERS 10 struct H5C_t |