diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-04-15 22:14:47 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-04-15 22:14:47 (GMT) |
commit | 0aa70b37480c16ca0eb306de31fd17848acc6e05 (patch) | |
tree | 5722f62d58b76016314b9eb282e60f79d83d7040 /src | |
parent | c83c1eb42d2ac0c252b13fa125d8bb4c0fc4665b (diff) | |
download | hdf5-0aa70b37480c16ca0eb306de31fd17848acc6e05.zip hdf5-0aa70b37480c16ca0eb306de31fd17848acc6e05.tar.gz hdf5-0aa70b37480c16ca0eb306de31fd17848acc6e05.tar.bz2 |
[svn-r12259] Purpose:
Code checkpoint
Description:
Add more regression tests for odd insertion patterns
Platforms tested:
FreeBSD 4.11 (sleipnir)
Linux 2.4 (heping)
Linux 2.4/64 (mir)
Solaris 2.9 (shanti)
Diffstat (limited to 'src')
-rw-r--r-- | src/H5HFflist.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5HFflist.c b/src/H5HFflist.c index c12bb51..988024d 100644 --- a/src/H5HFflist.c +++ b/src/H5HFflist.c @@ -244,6 +244,7 @@ H5HF_flist_add(H5HF_freelist_t *flist, void *node, size_t *size_key, haddr_t *ad herr_t ret_value = SUCCEED; /* Return value */ FUNC_ENTER_NOAPI_NOINIT(H5HF_flist_add) + #ifdef QAK HDfprintf(stderr, "%s: *size_key = %Zu, *addr_key = %a\n", FUNC, *size_key, *addr_key); #endif /* QAK */ @@ -400,6 +401,7 @@ H5HF_flist_find(H5HF_freelist_t *flist, size_t request, void **node) htri_t ret_value = FALSE; /* Return value */ FUNC_ENTER_NOAPI_NOINIT(H5HF_flist_find) + #ifdef QAK HDfprintf(stderr, "%s: request = %Zu\n", FUNC, request); #endif /* QAK */ |