1QB_ARRAY_GROW(3)           libqb Programmer's Manual          QB_ARRAY_GROW(3)
2
3
4

NAME

6       qb_array_grow - Grow the array.
7
8

SYNOPSIS

10       #include <qb/qbarray.h>
11
12       int32_t qb_array_grow(
13           qb_array_t   *a, /* array instance */
14           size_t        max_elements           /* the new maximum size of the array */
15       );
16

PARAMS

18       a            array instance
19
20       max_elements the new maximum size of the array
21

DESCRIPTION

RETURN VALUE

24       (0 == success, else -errno)
25

SEE ALSO

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-11-12                  QB_ARRAY_GROW(3)
Impressum