Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dalloc-pool.c79 static htab_t alloc_pool_hash; variable
101 if (!alloc_pool_hash) in alloc_pool_descriptor()
102 alloc_pool_hash = htab_create (10, hash_descriptor, eq_descriptor, NULL); in alloc_pool_descriptor()
105 htab_find_slot_with_hash (alloc_pool_hash, name, in alloc_pool_descriptor()
348 if (!alloc_pool_hash) in dump_alloc_pool_statistics()
355 htab_traverse (alloc_pool_hash, print_statistics, &info); in dump_alloc_pool_statistics()