Lines Matching defs:tm_new_mem_map
1010 struct tm_new_mem_map
1019 struct tm_mem_map_hasher : free_ptr_hash <tm_new_mem_map>
1021 static inline hashval_t hash (const tm_new_mem_map *);
1022 static inline bool equal (const tm_new_mem_map *, const tm_new_mem_map *);
1026 tm_mem_map_hasher::hash (const tm_new_mem_map *v)
1032 tm_mem_map_hasher::equal (const tm_new_mem_map *v, const tm_new_mem_map *c)
1380 tm_new_mem_map **slot;
1381 tm_new_mem_map elt, *elt_p;
1401 *slot = elt_p = XNEW (tm_new_mem_map);