1 #ifndef GCC_MEM_STATS_TRAITS_H
2 #define GCC_MEM_STATS_TRAITS_H
4 /* Memory allocation origin. */
14 MEM_ALLOC_ORIGIN_LENGTH
17 /* Verbose names of the memory allocation origin. */
18 static const char * mem_alloc_origin_names
[] = { "Hash tables", "Hash maps",
19 "Hash sets", "Heap vectors", "Bitmaps", "GGC memory", "Allocation pool" };
21 #endif // GCC_MEM_STATS_TRAITS_H