Home
last modified time | relevance | path

Searched defs:ggc_alloc_string (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dstringpool.c71 ggc_alloc_string (const char *contents, int length MEM_STAT_DECL) in ggc_alloc_string() function
/dragonfly/contrib/gcc-4.7/gcc/
H A Dggc.h229 #define ggc_alloc_string(c, l) ggc_alloc_string_stat (c, l MEM_STAT_INFO) macro