Searched refs:new_map (Results 1 – 1 of 1) sorted by relevance
388 struct alias_map *new_map; in extend_alias_table() local391 new_map = (struct alias_map *) realloc (map, (new_size in extend_alias_table()393 if (new_map == NULL) in extend_alias_table()397 map = new_map; in extend_alias_table()
Completed in 4 milliseconds