H5free_memory

fnherr_t H5free_memory(void * mem)

Frees memory allocated by the HDF5 library.

H5free_memory frees memory that has been allocated by the caller with H5allocate_memory or by the HDF5 library on behalf of the caller.

Parameters

memBuffer to be freed. Can be NULL.

Returns

Returns a non-negative value if successful;

otherwise returns a negative value.