From 1a8d15116a28c07aa7c4e903615712a0da0bb1fe Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Thu, 11 Sep 2003 08:46:52 -0500 Subject: [svn-r7465] Purpose: Fix incorrect # of 16-byte objects which fit into a 4096 byte global heap collection (170 -> 127) --- doc/html/H5.format.html | 5 +++-- 1 file 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; }

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).

-- cgit v0.12