HomeSort by: relevance | last modified time | path
    Searched defs:new_storage (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/libiberty/
alloca.c 200 register void *new_storage = XNEWVEC (char, sizeof (header) + size); local
203 if (new_storage == 0)
206 ((header *) new_storage)->h.next = last_alloca_header;
207 ((header *) new_storage)->h.deep = depth;
209 last_alloca_header = (header *) new_storage;
213 return (void *) ((char *) new_storage + sizeof (header));
  /src/external/gpl3/binutils.old/dist/libiberty/
alloca.c 200 register void *new_storage = XNEWVEC (char, sizeof (header) + size); local
203 if (new_storage == 0)
206 ((header *) new_storage)->h.next = last_alloca_header;
207 ((header *) new_storage)->h.deep = depth;
209 last_alloca_header = (header *) new_storage;
213 return (void *) ((char *) new_storage + sizeof (header));
  /src/external/gpl3/gcc/dist/libiberty/
alloca.c 200 register void *new_storage = XNEWVEC (char, sizeof (header) + size); local
203 if (new_storage == 0)
206 ((header *) new_storage)->h.next = last_alloca_header;
207 ((header *) new_storage)->h.deep = depth;
209 last_alloca_header = (header *) new_storage;
213 return (void *) ((char *) new_storage + sizeof (header));
  /src/external/gpl3/gcc.old/dist/libiberty/
alloca.c 200 register void *new_storage = XNEWVEC (char, sizeof (header) + size); local
203 if (new_storage == 0)
206 ((header *) new_storage)->h.next = last_alloca_header;
207 ((header *) new_storage)->h.deep = depth;
209 last_alloca_header = (header *) new_storage;
213 return (PTR) ((char *) new_storage + sizeof (header));
  /src/external/gpl3/gdb/dist/libiberty/
alloca.c 200 register void *new_storage = XNEWVEC (char, sizeof (header) + size); local
203 if (new_storage == 0)
206 ((header *) new_storage)->h.next = last_alloca_header;
207 ((header *) new_storage)->h.deep = depth;
209 last_alloca_header = (header *) new_storage;
213 return (void *) ((char *) new_storage + sizeof (header));
  /src/external/gpl3/gdb.old/dist/libiberty/
alloca.c 200 register void *new_storage = XNEWVEC (char, sizeof (header) + size); local
203 if (new_storage == 0)
206 ((header *) new_storage)->h.next = last_alloca_header;
207 ((header *) new_storage)->h.deep = depth;
209 last_alloca_header = (header *) new_storage;
213 return (void *) ((char *) new_storage + sizeof (header));

Completed in 24 milliseconds