![]() |
HDF5
1.12.0
|
Macros | |
| #define | H5HF_FSPACE_SHRINK 80 /* Percent of "normal" size to shrink serialized free space size */ |
| #define | H5HF_FSPACE_EXPAND 120 /* Percent of "normal" size to expand serialized free space size */ |
| #define | H5HF_FSPACE_THRHD_DEF 1 /* Default: no alignment threshold */ |
| #define | H5HF_FSPACE_ALIGN_DEF 1 /* Default: no alignment */ |
Functions | |
| herr_t | H5HF__space_start (H5HF_hdr_t *hdr, hbool_t may_create) |
| herr_t | H5HF__space_add (H5HF_hdr_t *hdr, H5HF_free_section_t *node, unsigned flags) |
| htri_t | H5HF__space_find (H5HF_hdr_t *hdr, hsize_t request, H5HF_free_section_t **node) |
| herr_t | H5HF__space_revert_root (const H5HF_hdr_t *hdr) |
| herr_t | H5HF__space_create_root (const H5HF_hdr_t *hdr, H5HF_indirect_t *root_iblock) |
| herr_t | H5HF__space_size (H5HF_hdr_t *hdr, hsize_t *fs_size) |
| herr_t | H5HF__space_remove (H5HF_hdr_t *hdr, H5HF_free_section_t *node) |
| herr_t | H5HF__space_close (H5HF_hdr_t *hdr) |
| herr_t | H5HF__space_delete (H5HF_hdr_t *hdr) |
| herr_t | H5HF__space_sect_change_class (H5HF_hdr_t *hdr, H5HF_free_section_t *sect, uint16_t new_class) |
| #define H5HF_FSPACE_ALIGN_DEF 1 /* Default: no alignment */ |
| #define H5HF_FSPACE_EXPAND 120 /* Percent of "normal" size to expand serialized free space size */ |
| #define H5HF_FSPACE_SHRINK 80 /* Percent of "normal" size to shrink serialized free space size */ |
| #define H5HF_FSPACE_THRHD_DEF 1 /* Default: no alignment threshold */ |
| herr_t H5HF__space_add | ( | H5HF_hdr_t * | hdr, |
| H5HF_free_section_t * | node, | ||
| unsigned | flags | ||
| ) |
| herr_t H5HF__space_close | ( | H5HF_hdr_t * | hdr | ) |
| herr_t H5HF__space_create_root | ( | const H5HF_hdr_t * | hdr, |
| H5HF_indirect_t * | root_iblock | ||
| ) |
| herr_t H5HF__space_delete | ( | H5HF_hdr_t * | hdr | ) |
| htri_t H5HF__space_find | ( | H5HF_hdr_t * | hdr, |
| hsize_t | request, | ||
| H5HF_free_section_t ** | node | ||
| ) |
| herr_t H5HF__space_remove | ( | H5HF_hdr_t * | hdr, |
| H5HF_free_section_t * | node | ||
| ) |
| herr_t H5HF__space_revert_root | ( | const H5HF_hdr_t * | hdr | ) |
| herr_t H5HF__space_sect_change_class | ( | H5HF_hdr_t * | hdr, |
| H5HF_free_section_t * | sect, | ||
| uint16_t | new_class | ||
| ) |
| herr_t H5HF__space_size | ( | H5HF_hdr_t * | hdr, |
| hsize_t * | fs_size | ||
| ) |
| herr_t H5HF__space_start | ( | H5HF_hdr_t * | hdr, |
| hbool_t | may_create | ||
| ) |
1.8.18