Home
last modified time | relevance | path

Searched refs:xalloc_oversized (Results 1 – 5 of 5) sorted by relevance

/external/bison/lib/
Dxalloc.h102 if (xalloc_oversized (n, s)) in xnmalloc()
115 if (xalloc_oversized (n, s)) in xnrealloc()
Dxalloc-oversized.h35 # define xalloc_oversized(n, s) \ macro
Dxmalloc.c100 if ((! HAVE_GNU_CALLOC && xalloc_oversized (n, s)) in xcalloc()
Dquotearg.c782 if (xalloc_oversized (n1, sizeof *sv)) in quotearg_n_options()
Dhash.c554 if (xalloc_oversized (candidate, sizeof (struct hash_entry *))) in compute_bucket_size()