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

/darwin-on-arm/xnu/osfmk/kern/
H A Dzalloc.h293 vm_size_t zt_size; /* How much memory are all the allocations referring to this trace taking up? */ member in struct:ztrace
H A Dzalloc.c849 if (trace->zt_size > 0 && bcmp(trace->zt_stack, bt, (depth * sizeof(uintptr_t))) != 0 ) {
860 } else if (trace->zt_size > 0) {
862 trace->zt_size += allocation_size;
869 trace->zt_size = allocation_size;
889 associated_trace->zt_size -= allocation->za_size;
901 if (top_ztrace->zt_size < trace->zt_size)
941 if (trace->zt_size > 0) {
942 trace->zt_size -= allocation_size;
H A Ddebug.c615 kdb_printf("\nBacktrace suspected of leaking: (outstanding bytes: %lu)\n", (uintptr_t)top_ztrace_copy.zt_size);

Completed in 29 milliseconds