.\" Automatically generated man page, do not edit .TH QB_ARRAY_CREATE_2 3 2023-07-21 "LIBQB" "libqb Programmer's Manual" .SH NAME qb_array_create_2 \- Create an array with fixed sized elements. .SH SYNOPSIS .nf .B #include .sp \fBqb_array_t * qb_array_create_2\fP( \fBsize_t \fP\fImax_elements\fP,\fR /* initial max elements */ \fBsize_t \fP\fIelement_size\fP,\fR /* size of each element */ \fBsize_t \fP\fIautogrow_elements\fP\fR /* the number of elements to grow automatically by. */ ); .fi .SH PARAMS \fBmax_elements \fP\fIinitial max elements \fP .PP \fBelement_size \fP\fIsize of each element \fP .PP \fBautogrow_elements \fP\fIthe number of elements to grow automatically by. \fP .PP .SH DESCRIPTION .SH RETURN VALUE .PP array instance .PP .SH SEE ALSO .PP .nh .ad l \fIqb_array_elems_per_bin_get\fR(3), \fIqb_array_new_bin_cb_set\fR(3), \fIqb_array_create\fR(3), \fIqb_array_grow\fR(3), \fIqb_array_num_bins_get\fR(3), \fIqb_array_index\fR(3), \fIqb_array_free\fR(3) .ad .hy .SH "COPYRIGHT" .PP Copyright (C) 2010-2020 Red Hat, Inc.