Home
last modified time | relevance | path

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

/aosp_15_r20/external/bcc/libbpf-tools/
H A Dmemleak.c859 bool stack_exists = false; in print_outstanding_allocs() local
861 for (size_t i = 0; !stack_exists && i < nr_allocs; ++i) { in print_outstanding_allocs()
880 stack_exists = true; in print_outstanding_allocs()
885 if (stack_exists) in print_outstanding_allocs()