Searched refs:zt_size (Results 1 – 3 of 3) sorted by relevance
818 …vm_size_t zt_size; /* How much memory are all the allocations… member
3659 if (trace->zt_size > 0 && bcmp(trace->zt_stack, bt, (depth * sizeof(uintptr_t))) != 0) { in zleak_log()3670 } else if (trace->zt_size > 0) { in zleak_log()3672 trace->zt_size += allocation_size; in zleak_log()3680 trace->zt_size = allocation_size; in zleak_log()3700 associated_trace->zt_size -= allocation->za_size; in zleak_log()3712 if (top_ztrace->zt_size < trace->zt_size) { in zleak_log()3755 if (trace->zt_size > 0) { in zleak_free()3756 trace->zt_size -= allocation_size; in zleak_free()3779 (uintptr_t)top_ztrace_copy.zt_size); in panic_display_ztrace()
1501 if ztrace_current.zt_size > unsigned(cmd_args[0]):1502 print '{0: <5d} {1: <6d}'.format(current_index, int(ztrace_current.zt_size))