lsm_fs_ss_record_array_free - Man Page
Frees the memory of lsm_fs_ss array.
Synopsis
int lsm_fs_ss_record_array_free (lsm_fs_ss *ss[], uint32_t size);
Arguments
- ss[]
Array to release memory for.
- size
Number of elements.
Version
1.0
Description
Frees the memory for each of lsm_fs_ss and then the array itself.
Return
Error code as enumerated by 'lsm_error_number':
* LSM_ERR_OK
On success or not found.
* LSM_ERR_INVALID_ARGUMENT
When not a valid lsm_fs_ss pointer.
Info
July 2024 Libstoragemgmt C API Manual