1lsm_pool_record_array_free(L3i)bstoragemgmt C API Manlusaml_pool_record_array_free(3)
2
3
4
6 lsm_pool_record_array_free - Frees the memory of pool array.
7
9 int lsm_pool_record_array_free (lsm_pool *pa[], uint32_t size);
10
12 pa[] Array to release memory for.
13
14 size Number of elements.
15
17 1.0
18
20 Frees the memory for each of the pools and then the pool 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_pool pointer.
28
29
30
31December 2019 lsm_pool_record_array_frlesem_pool_record_array_free(3)