qb_array_grow - Grow the array.
Contents
Copyright
Copyright (C) 2010-2020 Red Hat, Inc.
LIBQB 2023-07-21 QB_ARRAY_GROW(3)
Description
Name
qb_array_grow - Grow the array.
Params
aarrayinstancemax_elementsthenewmaximumsizeofthearray
Return Value
(0 == success, else -errno)
See Also
qb_array_elems_per_bin_get(3), qb_array_new_bin_cb_set(3), qb_array_create(3), qb_array_num_bins_get(3), qb_array_index(3), qb_array_create_2(3), qb_array_free(3)
Synopsis
#include<qb/qbarray.h>int32_tqb_array_grow(
qb_array_t*a, /* array instance */
size_tmax_elements /* the new maximum size of the array */
);
