1lsm_fs_ss_record_array_freeL(i3b)storagemgmt C API Malnsuma_lfs_ss_record_array_free(3)
2
3
4
6 lsm_fs_ss_record_array_free - Frees the memory of lsm_fs_ss array.
7
9 int lsm_fs_ss_record_array_free (lsm_fs_ss *ss[], uint32_t size);
10
12 ss[] Array to release memory for.
13
14 size Number of elements.
15
17 1.0
18
20 Frees the memory for each of lsm_fs_ss and then the array itself.
21
23 Error code as enumerated by 'lsm_error_number':
24 * LSM_ERR_OK
25 On success or not found.
26 * LSM_ERR_INVALID_ARGUMENT
27 When not a valid lsm_fs_ss pointer.
28
29
30
31March 2021 lsm_fs_ss_record_array_lfsrme_efs_ss_record_array_free(3)