mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-24 15:25:00 +08:00
5b7ebc2ff9
New feature Description: Add new "block tracker" data structure to library, for tracking blocks of bytes in a file. Block trackers will be used to keep track of the blocks belonging to the soon-to-be-implemented "segmented heap" which is designed to replace the current local & global heaps (starting with the local heap). Block trackers will also keep track of the free space in the segmented heap and someday could be used to track the free space in the entire HDF5 file. They are implemented as a small header of information to cache the state of the blocks (max & min sizes of blocks tracked, etc.) and the records of the blocks themselves are stored in a v2 B-tree. Platforms tested: FreeBSD 4.11 (sleipnir) Solaris 2.9 (shanti) h5committest |
||
---|---|---|
.. | ||
testfiles | ||
big.c | ||
bittests.c | ||
blocktrack.c | ||
btree2.c | ||
cache.c | ||
cmpd_dset.c | ||
createnoenc.c | ||
dangle.c | ||
deflate.h5 | ||
dsets.c | ||
dtransform.c | ||
dtypes.c | ||
enum.c | ||
err_compat.c | ||
error_test.c | ||
extend.c | ||
external.c | ||
file_handle.c | ||
filename.c | ||
fill_old.h5 | ||
fillval.c | ||
flush1.c | ||
flush2.c | ||
gen_deflate.c | ||
gen_filters.c | ||
gen_new_array.c | ||
gen_new_fill.c | ||
gen_new_mtime.c | ||
gen_new_super.c | ||
gen_nullspace.c | ||
gen_old_array.c | ||
gen_old_layout.c | ||
gen_old_mtime.c | ||
getname.c | ||
gheap.c | ||
h5test.c | ||
h5test.h | ||
hyperslab.c | ||
istore.c | ||
lheap.c | ||
links.c | ||
Makefile.am | ||
Makefile.in | ||
mount.c | ||
mtime.c | ||
noencoder.h5 | ||
ntypes.c | ||
ohdr.c | ||
reserved.c | ||
set_extent.c | ||
space_overflow.c | ||
srb_append.c | ||
srb_read.c | ||
srb_write.c | ||
stab.c | ||
stream_test.c | ||
tarray.c | ||
tarrold.h5 | ||
tattr.c | ||
tbogus.h5 | ||
tconfig.c | ||
test_filters_be.hdf5 | ||
test_filters_le.hdf5 | ||
testerror.sh | ||
testframe.c | ||
testhdf5.c | ||
testhdf5.h | ||
testmeta.c | ||
tfile.c | ||
tgenprop.c | ||
th5s.c | ||
th5s.h5 | ||
theap.c | ||
tid.c | ||
titerate.c | ||
tlayouto.h5 | ||
tmeta.c | ||
tmisc.c | ||
tmtimen.h5 | ||
tmtimeo.h5 | ||
trefer.c | ||
trefstr.c | ||
tselect.c | ||
tskiplist.c | ||
ttime.c | ||
ttsafe_acreate.c | ||
ttsafe_cancel.c | ||
ttsafe_dcreate.c | ||
ttsafe_error.c | ||
ttsafe.c | ||
ttsafe.h | ||
ttst.c | ||
tvlstr.c | ||
tvltypes.c | ||
unlink.c |