H5Pset_vlen_mem_manager
fn
herr_t H5Pset_vlen_mem_manager(hid_t plist_id, H5MM_allocate_t alloc_func,
void * alloc_info, H5MM_free_t free_func, void * free_info)Sets the variable-length memory manager functions.
Parameters
plist_id | Dataset transfer property list identifier |
alloc_func | Allocation function |
alloc_info | Allocation info |
free_func | Free function |
free_info | Free info |
Returns
Non-negative on success, negative on failure.