Home | History | Annotate | Download | only in perf

Lines Matching full:new_size

5466 static void section_realloc(Section *sec, unsigned long new_size);
6857 static void section_realloc(Section *sec, unsigned long new_size)
6865 while (size < new_size)
7197 static void cstr_realloc(CString *cstr, int new_size)
7205 while (size < new_size)