struct vcl_growing_array is a dynamic (expanding) array with
a counter of used items. There are some straightforward functions in
vcl/gas.h; the vcl_ga_ensure() function is used to ensure
that a requested slot is accessible (after the call, it is accessible).