Searched refs:nsegments_max (Results 1 – 1 of 1) sorted by relevance
306 size_t nsegments_max = 10; in process_file() local308 struct segments *segments = malloc (nsegments_max * sizeof (segments[0])); in process_file()333 if (nsegments == nsegments_max) in process_file()335 nsegments_max *= 2; in process_file()337 = realloc (segments, nsegments_max * sizeof (segments[0])); in process_file()