summaryrefslogtreecommitdiffstats
path: root/src/H5MF.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2005-03-29 21:33:57 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2005-03-29 21:33:57 (GMT)
commitd8b389836869c89801b9a1c2758d83b800b8f7b6 (patch)
tree89f8d17b5dc56713604fc089ea2e64274844fc68 /src/H5MF.c
parentd484bd9fb720feecf1ff5249bd096752c187e411 (diff)
downloadhdf5-d8b389836869c89801b9a1c2758d83b800b8f7b6.zip
hdf5-d8b389836869c89801b9a1c2758d83b800b8f7b6.tar.gz
hdf5-d8b389836869c89801b9a1c2758d83b800b8f7b6.tar.bz2
[svn-r10505] Purpose:
New feature Description: Search free list when checking for, or actually performing, extension of an object in the file. Platforms tested: FreeBSD 4.11 (sleipnir) Solaris 2.9 (shanti)
Diffstat (limited to 'src/H5MF.c')
-rw-r--r--src/H5MF.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/H5MF.c b/src/H5MF.c
index b055e38..5e1cb45 100644
--- a/src/H5MF.c
+++ b/src/H5MF.c
@@ -360,11 +360,6 @@ H5MF_alloc_overflow(H5F_t *f, hsize_t size)
*
* Purpose: Check if a block in the file can be extended.
*
- * This is a simple check currently, which only checks for the
- * block being at the end of the file. A more sophisticated check
- * would also use the free space list to see if there is a block
- * appropriately placed to accomodate the space requested.
- *
* Return: Success: TRUE(1)/FALSE(0)
*
* Failure: FAIL