Searched refs:new_pool (Results 1 – 1 of 1) sorted by relevance
317 char *new_pool = (char *) realloc (string_space, new_size); local318 if (new_pool == NULL)321 if (__builtin_expect (string_space != new_pool, 0))327 map[i].alias += new_pool - string_space;328 map[i].value += new_pool - string_space;332 string_space = new_pool;