Home
last modified time | relevance | path

Searched refs:xnrealloc (Results 1 – 8 of 8) sorted by relevance

/external/bison/lib/
Dxalloc.h110 XALLOC_INLINE void *xnrealloc (void *p, size_t n, size_t s)
113 xnrealloc (void *p, size_t n, size_t s) in xnrealloc() function
234 xnrealloc (T *p, size_t n, size_t s) in xnrealloc() function
236 return (T *) xnrealloc ((void *) p, n, s); in xnrealloc()
/external/bison/src/
Dtables.c156 table = xnrealloc (table, table_size, sizeof *table); in table_grow()
157 conflict_table = xnrealloc (conflict_table, table_size, in table_grow()
159 check = xnrealloc (check, table_size, sizeof *check); in table_grow()
Dfiles.c374 file_names = xnrealloc (file_names, ++file_names_count, in output_file_name_check()
Dielr.c274 xnrealloc ((*edgesp)[i], nedges + 1, sizeof *(*edgesp)[i]); in ielr_compute_always_follows()
1024 states = xnrealloc (states, nstates, sizeof *states); in ielr_split_states()
Dscan-code.l353 variant_table = xnrealloc (variant_table, variant_table_size, in variant_table_grow()
Dsymtab.c909 symbols = xnrealloc (symbols, nsyms, sizeof *symbols); in symbols_pack()
Dscan-code.c2542 variant_table = xnrealloc (variant_table, variant_table_size, in variant_table_grow()
/external/bison/
DChangeLog-201211543 changed to use xcalloc, xnmalloc, xnrealloc, respectively,
12269 (REALLOC): Use xnrealloc, for likewise.