1QB_ARRAY_GROW(3) libqb Programmer's Manual QB_ARRAY_GROW(3)
2
3
4
6 qb_array_grow - Grow the array.
7
9 #include <qb/qbarray.h>
10
11 int32_t qb_array_grow(
12 qb_array_t *a,
13 size_t max_elements
14 );
15
17 a array instance
18
19 max_elements the new maximum size of the array
20
23 (0 == success, else -errno)
24
26 qb_array_elems_per_bin_get(3), qb_array_new_bin_cb_set(3),
27 qb_array_create(3), qb_array_num_bins_get(3), qb_array_index(3),
28 qb_array_create_2(3), qb_array_free(3)
29
31 Copyright (C) 2010-2020 Red Hat, Inc. All rights reserved.
32
33
34
35LIBQB 2020-07-30 QB_ARRAY_GROW(3)