Searched refs:nsegments_max (Results 1 – 1 of 1) sorted by relevance
320 size_t nsegments_max = 10; in process_file() local323 = (struct segments *) malloc (nsegments_max * sizeof (segments[0])); in process_file()348 if (nsegments == nsegments_max) in process_file()350 nsegments_max *= 2; in process_file()353 nsegments_max in process_file()