![]() |
HDF5
1.12.0
|
Functions | |
| herr_t | H5F_cwfs_add (H5F_t *f, H5HG_heap_t *heap) |
| herr_t | H5F_cwfs_find_free_heap (H5F_t *f, size_t need, haddr_t *addr) |
| herr_t | H5F_cwfs_advance_heap (H5F_t *f, H5HG_heap_t *heap, hbool_t add_heap) |
| herr_t | H5F_cwfs_remove_heap (H5F_shared_t *shared, H5HG_heap_t *heap) |
| herr_t H5F_cwfs_add | ( | H5F_t * | f, |
| H5HG_heap_t * | heap | ||
| ) |
References f, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5MM_malloc(), HDassert(), heap, NULL, and ret_value.
| herr_t H5F_cwfs_advance_heap | ( | H5F_t * | f, |
| H5HG_heap_t * | heap, | ||
| hbool_t | add_heap | ||
| ) |
References f, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), HDassert(), heap, ret_value, and u.
Referenced by H5HG_read(), and H5HG_remove().
References addr, f, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5FD_MEM_GHEAP, H5HG_extend(), H5MF_try_extend(), HDassert(), and ret_value.
Referenced by H5HG_insert().
| herr_t H5F_cwfs_remove_heap | ( | H5F_shared_t * | shared, |
| H5HG_heap_t * | heap | ||
| ) |
References H5F_shared_t::cwfs, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), HDassert(), heap, H5F_shared_t::ncwfs, ret_value, and u.
Referenced by H5HG__free().