Searched defs:annotate_base (Results 1 – 2 of 2) sorted by relevance
93 struct annotate_base in _GLIBCXX_VISIBILITY() struct96 typedef std::pair<size_t, size_t> data_type; in _GLIBCXX_VISIBILITY()97 typedef std::map<void*, data_type> map_alloc_type; in _GLIBCXX_VISIBILITY()98 typedef map_alloc_type::value_type entry_type; in _GLIBCXX_VISIBILITY()99 typedef map_alloc_type::const_iterator const_iterator; in _GLIBCXX_VISIBILITY()100 typedef map_alloc_type::const_reference const_reference; in _GLIBCXX_VISIBILITY()102 typedef std::map<void*, size_t> map_construct_type; in _GLIBCXX_VISIBILITY()106 annotate_base() in _GLIBCXX_VISIBILITY() function113 set_label(size_t l) in _GLIBCXX_VISIBILITY()117 get_label() in _GLIBCXX_VISIBILITY()[all …]