Searched refs:xalloc_oversized (Results 1 – 2 of 2) sorted by relevance
74 if (xalloc_oversized (n, s) || ! (p = malloc (n * s))) in xnmalloc_inline()99 if (xalloc_oversized (n, s) || ! (p = realloc (p, n * s))) in xnrealloc_inline()242 if (xalloc_oversized (n, s) || ! (p = calloc (n, s))) in xcalloc()
74 # define xalloc_oversized(n, s) \ macro