summaryrefslogtreecommitdiff
path: root/tools/lib/bpf/hashmap.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-10libbpf: Hashmap interface update to allow both long and void* keys/valuesEduard Zingerman1-9/+9
2022-01-13libbpf: Use IS_ERR_OR_NULL() in hashmap__free()Mauricio Vásquez1-2/+1
2020-08-19libbpf: Centralize poisoning and poison reallocarray()Andrii Nakryiko1-0/+3
2020-05-16libbpf, hashmap: Fix signedness warningsIan Rogers1-3/+2
2020-04-29libbpf: Fix memory leak and possible double-free in hashmap__clearAndrii Nakryiko1-0/+7
2020-01-10libbpf: Poison kernel-only integer typesAndrii Nakryiko1-0/+3
2019-05-25libbpf: add resizable non-thread safe internal hashmapAndrii Nakryiko1-0/+229