Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dbtf.c1291 size_t hypot_cap; member
1326 if (d->hypot_cnt == d->hypot_cap) { in btf_dedup_hypot_map_add()
1329 d->hypot_cap += max(16, d->hypot_cap / 2); in btf_dedup_hypot_map_add()
1330 new_list = realloc(d->hypot_list, sizeof(__u32) * d->hypot_cap); in btf_dedup_hypot_map_add()