Home | History | Annotate | Download | only in fio

Lines Matching full:new_size

2435 			size_t new_size;
2444 new_size = (nr_job_sections + 1) * sizeof(char *);
2445 job_sections = realloc(job_sections, new_size);