Home | History | Annotate | Download | only in src

Lines Matching full:newsize

3739         uint32_t newsize = cb->named_group_list_size * 2;
3741 cb->cx->memctl.malloc(newsize * sizeof(named_group),
3755 cb->named_group_list_size = newsize;