diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-03-29 21:33:57 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-03-29 21:33:57 (GMT) |
commit | d8b389836869c89801b9a1c2758d83b800b8f7b6 (patch) | |
tree | 89f8d17b5dc56713604fc089ea2e64274844fc68 /src/H5MF.c | |
parent | d484bd9fb720feecf1ff5249bd096752c187e411 (diff) | |
download | hdf5-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.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |