Home
last modified time | relevance | path

Searched refs:mem_map_t (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dmem-stats.h304 typedef hash_map <mem_location_hash, T *> mem_map_t; typedef
383 mem_map_t *m_map;
559 m_map = new mem_map_t (13, false, false, false); in mem_alloc_description()
570 for (typename mem_map_t::iterator it = m_map->begin (); it != m_map->end (); in ~mem_alloc_description()
598 for (typename mem_map_t::iterator it = m_map->begin (); it != m_map->end (); in get_list()
DChangeLog-201526436 (mem_usage_pair::mem_map_t): Use mem_location_hash as the first