lsm_pool_record_array_free - Man Page
Frees the memory of pool array.
Synopsis
int lsm_pool_record_array_free (lsm_pool *pa[], uint32_t size);
Arguments
- pa[]
- Array to release memory for. 
- size
- Number of elements. 
Version
1.0
Description
Frees the memory for each of the pools and then the pool 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_pool pointer.
Info
January 2025 Libstoragemgmt C API Manual