Home
last modified time | relevance | path

Searched defs:combined_allocs_fd (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/bcc/libbpf-tools/
H A Dmemleak.c372 const int combined_allocs_fd = bpf_map__fd(skel->maps.combined_allocs); in main() local
941 int print_outstanding_combined_allocs(int combined_allocs_fd, int stack_traces_fd) in print_outstanding_combined_allocs()