Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dggc.h226 extern const char *ggc_alloc_string_stat (const char *contents, int length
229 #define ggc_alloc_string(c, l) ggc_alloc_string_stat (c, l MEM_STAT_INFO)
232 #define ggc_strdup(S) ggc_alloc_string_stat ((S), -1 MEM_STAT_INFO)
H A Dstringpool.c83 ggc_alloc_string_stat (const char *contents, int length MEM_STAT_DECL) in ggc_alloc_string_stat() function