Searched refs:hypot_cap (Results 1 – 1 of 1) sorted by relevance
2858 size_t hypot_cap; member2893 if (d->hypot_cnt == d->hypot_cap) { in btf_dedup_hypot_map_add()2896 d->hypot_cap += max((size_t)16, d->hypot_cap / 2); in btf_dedup_hypot_map_add()2897 new_list = libbpf_reallocarray(d->hypot_list, d->hypot_cap, sizeof(__u32)); in btf_dedup_hypot_map_add()