Scroll to navigation

lsm_block_range_record_array_free(3) Libstoragemgmt C API Manual lsm_block_range_record_array_free(3)

NAME

lsm_block_range_record_array_free - Free the memory of lsm_block_range array.

SYNOPSIS

int lsm_block_range_record_array_free (lsm_block_range *br[], uint32_t size);

ARGUMENTS

Array to release memory for.
Number of elements.

VERSION

1.0

DESCRIPTION

Frees the memory resources for an array of lsm_block_range.

RETURN

Error code as enumerated by 'lsm_error_number':
* LSM_ERR_OK
On success or not found.
* LSM_ERR_INVALID_ARGUMENT
When any argument is NULL or not a valid lsm_block_range
pointer.

lsm_block_range_record_array_free April 2023