Home
last modified time | relevance | path

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

/aosp_15_r20/external/bcc/libbpf-tools/
H A Dmemleak.c76 struct allocation_node { struct
79 struct allocation_node* next; argument
86 struct allocation_node* allocations;
778 struct allocation_node* it = alloc->allocations; in print_stack_frames()
869 struct allocation_node* node = malloc(sizeof(struct allocation_node)); in print_outstanding_allocs()
898 struct allocation_node* node = malloc(sizeof(struct allocation_node)); in print_outstanding_allocs()
928 struct allocation_node *it = allocs[i].allocations; in print_outstanding_allocs()
930 struct allocation_node *this = it; in print_outstanding_allocs()