Home
last modified time | relevance | path

Searched refs:gcalloc (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDgcse.c419 static void *gcalloc (size_t, size_t) ATTRIBUTE_MALLOC;
489 #define GCNEW(T) ((T *) gcalloc (1, sizeof (T)))
492 #define GCNEWVEC(T, N) ((T *) gcalloc ((N), sizeof (T)))
495 #define GCNEWVAR(T, S) ((T *) gcalloc (1, (S)))
563 gcalloc (size_t nelem, size_t elsize) in gcalloc() function
/dragonfly/contrib/gcc-8.0/gcc/
HDgcse.c449 static void *gcalloc (size_t, size_t) ATTRIBUTE_MALLOC;
518 #define GCNEW(T) ((T *) gcalloc (1, sizeof (T)))
521 #define GCNEWVEC(T, N) ((T *) gcalloc ((N), sizeof (T)))
524 #define GCNEWVAR(T, S) ((T *) gcalloc (1, (S)))
593 gcalloc (size_t nelem, size_t elsize) in gcalloc() function