H5Pset_vlen_mem_manager

fnherr_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_idDataset transfer property list identifier
alloc_funcAllocation function
alloc_infoAllocation info
free_funcFree function
free_infoFree info

Returns

Non-negative on success, negative on failure.