Searched refs:ggc_alloc_string_stat (Results 1 – 2 of 2) sorted by relevance
226 extern const char *ggc_alloc_string_stat (const char *contents, int length229 #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)
83 ggc_alloc_string_stat (const char *contents, int length MEM_STAT_DECL) in ggc_alloc_string_stat() function