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

/freebsd-12-stable/contrib/gcc/
H A Dalloc-pool.c79 static htab_t alloc_pool_hash; variable
101 if (!alloc_pool_hash)
102 alloc_pool_hash = htab_create (10, hash_descriptor, eq_descriptor, NULL);
105 htab_find_slot_with_hash (alloc_pool_hash, name,
348 if (!alloc_pool_hash)
355 htab_traverse (alloc_pool_hash, print_statistics, &info);

Completed in 112 milliseconds