Searched refs:HAVE_GNU_CALLOC (Results 1 – 1 of 1) sorted by relevance
40 enum { HAVE_GNU_CALLOC = 1 }; enumerator42 enum { HAVE_GNU_CALLOC = 0 }; enumerator222 if ((! HAVE_GNU_CALLOC && xalloc_oversized (n, s)) in xcalloc()223 || (! (p = calloc (n, s)) && (HAVE_GNU_CALLOC || n != 0))) in xcalloc()