Searched refs:xalloc_oversized (Results 1 – 3 of 3) sorted by relevance
52 if (xalloc_oversized (n, s) || (! (p = malloc (n * s)) && n != 0)) in xnmalloc_inline()77 if (xalloc_oversized (n, s) || (! (p = realloc (p, n * s)) && n != 0)) in xnrealloc_inline()222 if ((! HAVE_GNU_CALLOC && xalloc_oversized (n, s)) in xcalloc()
71 # define xalloc_oversized(n, s) \ macro
595 if (xalloc_oversized ((int)n1, sizeof *slotvec)) in quotearg_n_options()