Searched refs:vst_size (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/tools/tools/vimage/
H A Dvimage.c100 int vst_size, vst_last; local
153 vst_size = VST_SIZE_STEP;
154 if ((vst = malloc(vst_size * sizeof(*vst))) == NULL)
178 if (++vst_last == vst_size) {
179 vst_size += VST_SIZE_STEP;
180 vst = realloc(vst, vst_size * sizeof(*vst));

Completed in 42 milliseconds