Home
last modified time | relevance | path

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

/aosp_15_r20/external/bcc/libbpf-tools/
H A Dmemleak.c371 const int allocs_fd = bpf_map__fd(skel->maps.allocs); in main() local
816 int print_outstanding_allocs(int allocs_fd, int stack_traces_fd) in print_outstanding_allocs()