1lsm_pool_record_array_free(L3i)bstoragemgmt C API Manlusaml_pool_record_array_free(3)
2
3
4

NAME

6       lsm_pool_record_array_free - Frees the memory of pool array.
7

SYNOPSIS

9       int lsm_pool_record_array_free (lsm_pool *pa[], uint32_t size);
10

ARGUMENTS

12       pa[]        Array to release memory for.
13
14       size        Number of elements.
15

VERSION

17       1.0
18

DESCRIPTION

20       Frees the memory for each of the pools and then the pool array itself.
21

RETURN

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
31May 2018                  lsm_pool_record_array_frlesem_pool_record_array_free(3)
Impressum