Home | History | Annotate | Download | only in android

Lines Matching defs:new_max

150         int  new_max = old_max + (old_max >> 1) + 4;
152 Redir new_redirs = realloc( global->redirs, new_max*sizeof(global->redirs[0]) );
157 global->max_redirs = new_max;