diff options
Diffstat (limited to 'src/H5HFprivate.h')
-rw-r--r-- | src/H5HFprivate.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/H5HFprivate.h b/src/H5HFprivate.h index 7d7c3f6..a8855de 100644 --- a/src/H5HFprivate.h +++ b/src/H5HFprivate.h @@ -126,6 +126,11 @@ H5_DLL herr_t H5HF_remove(H5HF_t *fh, hid_t dxpl_id, const void *id); H5_DLL herr_t H5HF_close(H5HF_t *fh, hid_t dxpl_id); H5_DLL herr_t H5HF_delete(H5F_t *f, hid_t dxpl_id, haddr_t fh_addr); +/* Routines to gather storage info for fractal heap */ +H5_DLL herr_t H5HF_fheap_info(H5F_t *f, hid_t dxpl_id, haddr_t fh_addr, + hsize_t *heap_size/*out*/, hsize_t *huge_bt_size/*out*/); + + /* Statistics routines */ H5_DLL herr_t H5HF_stat_info(const H5HF_t *fh, H5HF_stat_t *stats); |