HDF5  1.12.0
H5HFcache.c File Reference

Functions

 H5FL_BLK_DEFINE (direct_block)
 

Variables

const H5AC_class_t H5AC_FHEAP_HDR [1]
 
const H5AC_class_t H5AC_FHEAP_IBLOCK [1]
 
const H5AC_class_t H5AC_FHEAP_DBLOCK [1]
 

Function Documentation

◆ H5FL_BLK_DEFINE()

H5FL_BLK_DEFINE ( direct_block  )

Variable Documentation

◆ H5AC_FHEAP_DBLOCK

const H5AC_class_t H5AC_FHEAP_DBLOCK[1]
Initial value:
= {{
"fractal heap direct block",
H5FD_MEM_FHEAP_DBLOCK,
H5AC__CLASS_NO_FLAGS_SET,
H5HF__cache_dblock_get_initial_load_size,
NULL,
H5HF__cache_dblock_verify_chksum,
H5HF__cache_dblock_deserialize,
H5HF__cache_dblock_image_len,
H5HF__cache_dblock_pre_serialize,
H5HF__cache_dblock_serialize,
H5HF__cache_dblock_notify,
H5HF__cache_dblock_free_icr,
H5HF__cache_dblock_fsf_size,
}}

◆ H5AC_FHEAP_HDR

const H5AC_class_t H5AC_FHEAP_HDR[1]
Initial value:
= {{
"fractal heap header",
H5FD_MEM_FHEAP_HDR,
H5AC__CLASS_SPECULATIVE_LOAD_FLAG,
H5HF__cache_hdr_get_initial_load_size,
H5HF__cache_hdr_get_final_load_size,
H5HF__cache_hdr_verify_chksum,
H5HF__cache_hdr_deserialize,
H5HF__cache_hdr_image_len,
H5HF__cache_hdr_pre_serialize,
H5HF__cache_hdr_serialize,
NULL,
H5HF__cache_hdr_free_icr,
NULL,
}}

◆ H5AC_FHEAP_IBLOCK

const H5AC_class_t H5AC_FHEAP_IBLOCK[1]
Initial value:
= {{
"fractal heap indirect block",
H5FD_MEM_FHEAP_IBLOCK,
H5AC__CLASS_NO_FLAGS_SET,
H5HF__cache_iblock_get_initial_load_size,
NULL,
H5HF__cache_iblock_verify_chksum,
H5HF__cache_iblock_deserialize,
H5HF__cache_iblock_image_len,
H5HF__cache_iblock_pre_serialize,
H5HF__cache_iblock_serialize,
H5HF__cache_iblock_notify,
H5HF__cache_iblock_free_icr,
NULL,
}}
H5AC_FHEAP_HDR_ID
@ H5AC_FHEAP_HDR_ID
Definition: H5ACprivate.h:59
NULL
FUNC_ENTER_NOAPI_NOINIT NULL
Definition: H5FDfamily.c:637
H5AC_FHEAP_IBLOCK_ID
@ H5AC_FHEAP_IBLOCK_ID
Definition: H5ACprivate.h:61
H5AC_FHEAP_DBLOCK_ID
@ H5AC_FHEAP_DBLOCK_ID
Definition: H5ACprivate.h:60