Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dhashmap.h62 void hashmap__free(struct hashmap *map);
Dhashmap.c70 void hashmap__free(struct hashmap *map) in hashmap__free() function
Dbtf_dump.c172 hashmap__free(d->type_names); in btf_dump__free()
173 hashmap__free(d->ident_names); in btf_dump__free()
Dbtf.c1351 hashmap__free(d->dedup_table); in btf_dedup_free()
2662 hashmap__free(d->dedup_table); in btf_dedup_ref_types()
Dlibbpf.c3184 hashmap__free(cand_cache); in bpf_core_reloc_offsets()
/tools/testing/selftests/bpf/
Dtest_hashmap.c241 hashmap__free(map); in test_hashmap_generic()