Searched refs:loc_hash (Results 1 – 1 of 1) sorted by relevance
804 static htab_t loc_hash; variable861 if (!loc_hash) in loc_descriptor()862 loc_hash = htab_create (10, hash_descriptor, eq_descriptor, NULL); in loc_descriptor()864 slot = (struct loc_descriptor **) htab_find_slot (loc_hash, &loc, 1); in loc_descriptor()967 loc_array = xcalloc (sizeof (*loc_array), loc_hash->n_elements); in dump_ggc_loc_statistics()972 htab_traverse (loc_hash, add_statistics, &nentries); in dump_ggc_loc_statistics()