Lines Matching defs:mem_location
34 struct mem_location struct
38 mem_location () {} in mem_location() function
50 mem_location (mem_location &other): m_filename (other.m_filename), in mem_location() function
72 equal (mem_location &other) in equal() argument
80 get_trimmed_filename () in get_trimmed_filename()
92 to_string () in to_string()
108 get_origin_name (mem_alloc_origin origin) in get_origin_name()
114 const char *m_filename;
116 const char *m_function;
118 int m_line;
120 mem_alloc_origin m_origin;
122 bool m_ggc;