Searched refs:hypot_cap (Results 1 – 1 of 1) sorted by relevance
1291 size_t hypot_cap; member1326 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()