Searched refs:ggc_calloc (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dggc.h218 extern void *ggc_calloc (size_t, size_t);
244 htab_create_alloc (SIZE, HASH, EQ, DEL, ggc_calloc, NULL)
H A Dggc-common.c191 ggc_calloc (size_t s1, size_t s2) function
H A Dalias.c2428 reg_known_value = ggc_calloc (reg_known_value_size, sizeof (rtx));
H A Ddbxout.c992 typevec = ggc_calloc (typevec_len, sizeof typevec[0]);

Completed in 134 milliseconds