Searched refs:oldalloc (Results 1 – 1 of 1) sorted by relevance
265 unsigned int oldalloc = rc_map->alloc; in ir_resize_table() local266 unsigned int newalloc = oldalloc; in ir_resize_table()279 if ((rc_map->len * 3 < rc_map->size) && (oldalloc > IR_TAB_MIN_SIZE)) { in ir_resize_table()285 if (newalloc == oldalloc) in ir_resize_table()