Searched refs:alloc_pool_hash (Results 1 – 2 of 2) sorted by relevance
89 static htab_t alloc_pool_hash; variable113 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()
564 extern hash_map<const char *, alloc_pool_descriptor> *alloc_pool_hash;