Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dbtf.c1623 struct btf_str_ptr *new_ptrs; in btf_dedup_strings() local
1626 new_ptrs = realloc(strs.ptrs, in btf_dedup_strings()
1628 if (!new_ptrs) { in btf_dedup_strings()
1632 strs.ptrs = new_ptrs; in btf_dedup_strings()