Searched refs:zt_size (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/osfmk/kern/
H A Dzalloc.h308 vm_size_t zt_size; /* How much memory are all the allocations referring to this trace taking up? */ member in struct:ztrace
H A Ddebug.c643 kdb_printf("\nBacktrace suspected of leaking: (outstanding bytes: %lu)\n", (uintptr_t)top_ztrace_copy.zt_size);
H A Dzalloc.c1421 if (trace->zt_size > 0 && bcmp(trace->zt_stack, bt, (depth * sizeof(uintptr_t))) != 0 ) {
1432 } else if (trace->zt_size > 0) {
1434 trace->zt_size += allocation_size;
1441 trace->zt_size = allocation_size;
1461 associated_trace->zt_size -= allocation->za_size;
1473 if (top_ztrace->zt_size < trace->zt_size)
1513 if (trace->zt_size > 0) {
1514 trace->zt_size -= allocation_size;
/xnu-2782.1.97/tools/lldbmacros/
H A Dmemory.py722 if ztrace_current.zt_size > unsigned(cmd_args[0]):
723 print '{0: <5d} {1: <6d}'.format(current_index, int(ztrace_current.zt_size))

Completed in 35 milliseconds