![]() |
HDF5
1.12.0
|
Functions | |
| H5_DLL haddr_t | H5FD__alloc_real (H5FD_t *file, H5FD_mem_t type, hsize_t size, haddr_t *align_addr, hsize_t *align_size) |
| H5_DLL herr_t | H5FD__free_real (H5FD_t *file, H5FD_mem_t type, haddr_t addr, hsize_t size) |
| H5_DLL hbool_t | H5FD__supports_swmr_test (const char *vfd_name) |
| H5_DLL haddr_t H5FD__alloc_real | ( | H5FD_t * | file, |
| H5FD_mem_t | type, | ||
| hsize_t | size, | ||
| haddr_t * | align_addr, | ||
| hsize_t * | align_size | ||
| ) |
References eoa, flags, H5CX_get_dxpl(), H5FD_MEM_DEFAULT, H5FD_MEM_NTYPES, HDassert(), HDfprintf(), ret_value, size, and type.
Referenced by H5FD_alloc(), and H5FDalloc().
| H5_DLL herr_t H5FD__free_real | ( | H5FD_t * | file, |
| H5FD_mem_t | type, | ||
| haddr_t | addr, | ||
| hsize_t | size | ||
| ) |
References addr, H5FD_t::base_addr, H5FD_t::cls, eoa, FAIL, H5FD_class_t::free, FUNC_LEAVE_NOAPI(), H5FD_class_t::get_eoa, H5CX_get_dxpl(), H5E_BADVALUE, H5FD_MEM_DEFAULT, H5FD_MEM_NTYPES, HDassert(), HDfprintf(), H5FD_t::maxaddr, ret_value, H5FD_class_t::set_eoa, size, and type.
Referenced by H5FD_free(), and H5FDfree().
| H5_DLL hbool_t H5FD__supports_swmr_test | ( | const char * | vfd_name | ) |
References FUNC_LEAVE_NOAPI(), and ret_value.