Lines Matching refs:leaked_alloc
580 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()
645 leaked_alloc.call_stack[stk]); in memcheck_exit()
647 stk, leaked_alloc.call_stack[stk], rel, in memcheck_exit()
649 if (memcheck_get_address_info(leaked_alloc.call_stack[stk], in memcheck_exit()
663 stk, leaked_alloc.call_stack[stk]); in memcheck_exit()