Searched refs:new_storage (Results 1 – 2 of 2) sorted by relevance
200 register void *new_storage = XNEWVEC (char, sizeof (header) + size); in C_alloca() local203 if (new_storage == 0) in C_alloca()206 ((header *) new_storage)->h.next = last_alloca_header; in C_alloca()207 ((header *) new_storage)->h.deep = depth; in C_alloca()209 last_alloca_header = (header *) new_storage; in C_alloca()213 return (PTR) ((char *) new_storage + sizeof (header)); in C_alloca()
2247 * alloca.c (C_alloca): Change "new" to "new_storage". Use XNEWVEC