Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtrans-mem.cc1006 struct tm_new_mem_map struct
1015 struct tm_mem_map_hasher : free_ptr_hash <tm_new_mem_map> argument
1017 static inline hashval_t hash (const tm_new_mem_map *);
1018 static inline bool equal (const tm_new_mem_map *, const tm_new_mem_map *);
1022 tm_mem_map_hasher::hash (const tm_new_mem_map *v) in hash()
1028 tm_mem_map_hasher::equal (const tm_new_mem_map *v, const tm_new_mem_map *c) in equal()
1375 tm_new_mem_map **slot; in thread_private_new_memory()
1376 tm_new_mem_map elt, *elt_p; in thread_private_new_memory()
1396 *slot = elt_p = XNEW (tm_new_mem_map); in thread_private_new_memory()