Lines Matching defs:annotate_base
88 struct annotate_base in _GLIBCXX_VISIBILITY() struct
90 annotate_base() in _GLIBCXX_VISIBILITY() function
97 set_label(size_t l) in _GLIBCXX_VISIBILITY()
101 get_label() in _GLIBCXX_VISIBILITY()
105 insert(void* p, size_t size) in _GLIBCXX_VISIBILITY()
127 erase(void* p, size_t size) in _GLIBCXX_VISIBILITY()
135 insert_construct(void* p) in _GLIBCXX_VISIBILITY()
156 erase_construct(void* p) in _GLIBCXX_VISIBILITY()
165 check_allocated(void* p, size_t size) in _GLIBCXX_VISIBILITY()
188 check(size_t label) in _GLIBCXX_VISIBILITY()
225 check() in _GLIBCXX_VISIBILITY()
260 check_constructed(void* p) in _GLIBCXX_VISIBILITY()
273 check_constructed(size_t label) in _GLIBCXX_VISIBILITY()
295 typedef std::pair<size_t, size_t> data_type; in _GLIBCXX_VISIBILITY()
296 typedef std::map<void*, data_type> map_alloc_type; in _GLIBCXX_VISIBILITY()
297 typedef map_alloc_type::value_type entry_type; in _GLIBCXX_VISIBILITY()
298 typedef map_alloc_type::const_iterator const_iterator; in _GLIBCXX_VISIBILITY()
299 typedef map_alloc_type::const_reference const_reference; in _GLIBCXX_VISIBILITY()
301 typedef std::map<void*, size_t> map_construct_type; in _GLIBCXX_VISIBILITY()
308 make_entry(void* p, size_t size) in _GLIBCXX_VISIBILITY()
312 log_to_string(std::string& s, const_reference ref) in _GLIBCXX_VISIBILITY()
334 log_to_string(std::string& s, const std::pair<const void*, size_t>& ref) in _GLIBCXX_VISIBILITY()
351 label() in _GLIBCXX_VISIBILITY()
358 map_alloc() in _GLIBCXX_VISIBILITY()
366 map_construct() in _GLIBCXX_VISIBILITY()