Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dalloc-pool.c89 static htab_t alloc_pool_hash; variable
113 if (!alloc_pool_hash) in alloc_pool_descriptor()
114 alloc_pool_hash = htab_create (10, hash_descriptor, eq_descriptor, NULL); in alloc_pool_descriptor()
117 htab_find_slot_with_hash (alloc_pool_hash, name, in alloc_pool_descriptor()
394 if (!alloc_pool_hash) in dump_alloc_pool_statistics()
401 htab_traverse (alloc_pool_hash, print_statistics, &info); in dump_alloc_pool_statistics()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dalloc-pool.h564 extern hash_map<const char *, alloc_pool_descriptor> *alloc_pool_hash;