Home
last modified time | relevance | path

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

/external/qemu/memcheck/
Dmemcheck_proc_management.c580 MallocDescEx leaked_alloc; in memcheck_exit() local
610 while (!allocmap_pull_first(&proc->alloc_map, &leaked_alloc)) { in memcheck_exit()
614 if (!mallocdescex_is_inherited_on_fork(&leaked_alloc) && in memcheck_exit()
615 !mallocdescex_is_transition_entry(&leaked_alloc)) { in memcheck_exit()
624 memcheck_dump_malloc_desc(&leaked_alloc, 0, 0); in memcheck_exit()
625 if (leaked_alloc.call_stack != NULL) { in memcheck_exit()
627 if (max_stack >= leaked_alloc.call_stack_count) { in memcheck_exit()
631 max_stack, leaked_alloc.call_stack_count); in memcheck_exit()
635 stk < leaked_alloc.call_stack_count && stk < max_stack; in memcheck_exit()
639 leaked_alloc.call_stack[stk]); in memcheck_exit()
[all …]