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