Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dhashmap.c97 struct hashmap_entry **new_buckets; in hashmap_grow() local
108 new_buckets = calloc(new_cap, sizeof(new_buckets[0])); in hashmap_grow()
109 if (!new_buckets) in hashmap_grow()
114 hashmap_add_entry(&new_buckets[h], cur); in hashmap_grow()
120 map->buckets = new_buckets; in hashmap_grow()