Searched refs:GGC_NEWVEC (Results 1 – 5 of 5) sorted by relevance
230 #define GGC_NEWVEC(T, N) ((T *) ggc_alloc ((N) * sizeof(T))) macro
21855 * ggc.h (GGC_NEW, GGC_CNEW, GGC_NEWVEC, GGC_CNEWVEC, GGC_NEWVAR,
300 buffer = GGC_NEWVEC (cp_token, alloc); in cp_lexer_new_main()
3271 (cp_lexer_new_from_tokens): Use GGC_NEWVEC.
3772 * parser.c (cp_lexer_new_main): Use GGC_NEWVEC, not ggc_alloc.