1lsm_string_list_alloc(3) Libstoragemgmt C API Manual lsm_string_list_alloc(3)
2
3
4
6 lsm_string_list_alloc - Allocates the memory for a string list.
7
9 lsm_string_list * lsm_string_list_alloc (uint32_t size);
10
12 size uint32_t. The count of string.
13
15 1.0
16
18 Allocates the memory for a string list. All elements will be set to
19 NULL.
20
22 Pointer of lsm_string. NULL on memory allocation failure or size is 0.
23 Should be freed by lsm_string_list_free.
24
25
26
27November 2021 lsm_string_list_alloc lsm_string_list_alloc(3)