diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-09-11 13:46:52 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-09-11 13:46:52 (GMT) |
commit | 1a8d15116a28c07aa7c4e903615712a0da0bb1fe (patch) | |
tree | 246a83757009223ba35f257880fcb271f1f9dfa0 /doc | |
parent | 492dd9ec092784dbc6897737deec9e60fa53609f (diff) | |
download | hdf5-1a8d15116a28c07aa7c4e903615712a0da0bb1fe.zip hdf5-1a8d15116a28c07aa7c4e903615712a0da0bb1fe.tar.gz hdf5-1a8d15116a28c07aa7c4e903615712a0da0bb1fe.tar.bz2 |
[svn-r7465] Purpose:
Fix incorrect # of 16-byte objects which fit into a 4096 byte global heap
collection (170 -> 127)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/H5.format.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/html/H5.format.html b/doc/html/H5.format.html index 99c98ed..287f1c3 100644 --- a/doc/html/H5.format.html +++ b/doc/html/H5.format.html @@ -1780,8 +1780,9 @@ TABLE.list TD { border:none; } <P>This is the size in bytes of the entire collection including this field. The default (and minimum) collection size is 4096 bytes which is a typical file - system block size and which allows for 170 16-byte heap - objects plus their overhead. + system block size. This allows for 127 16-byte heap + objects plus their overhead (the collection header of 16 bytes + and the 16 bytes of information about each heap object). </P> </td> </tr> |