Searched refs:HAVE_GNU_CALLOC (Results 1 – 1 of 1) sorted by relevance
37 enum { HAVE_GNU_CALLOC = 1 }; enumerator39 enum { HAVE_GNU_CALLOC = 0 }; enumerator219 if ((! HAVE_GNU_CALLOC && xalloc_oversized (n, s)) in xcalloc()220 || (! (p = calloc (n, s)) && (HAVE_GNU_CALLOC || n != 0))) in xcalloc()