From 492dd9ec092784dbc6897737deec9e60fa53609f Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Thu, 11 Sep 2003 08:34:35 -0500 Subject: [svn-r7463] Purpose: Tweak some wording for global heap description. --- doc/html/H5.format.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/doc/html/H5.format.html b/doc/html/H5.format.html index 2b849f8..99c98ed 100644 --- a/doc/html/H5.format.html +++ b/doc/html/H5.format.html @@ -1677,6 +1677,15 @@ TABLE.list TD { border:none; } an atomic object.

+

The HDF5 library creates global heap collections as needed, so there may + be multiple collections throughout the file. The set of all of them is + abstractly called the "global heap", although they don't actually link + to each other, and there is no global place in the file where you can + discover all of the collections. The collections are found simply by + finding a reference to one through another object in the file (eg. + variable-length datatype elements, etc). +

+
@@ -1814,7 +1823,7 @@ TABLE.list TD { border:none; } - + @@ -1849,7 +1858,7 @@ TABLE.list TD { border:none; } - +
Object IDHeap Object ID Reference Count
Object IDHeap Object ID

Each object has a unique identification number within a collection. The identification numbers are chosen so that -- cgit v0.12