Searched refs:za_size (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dzalloc.c1174 vm_size_t za_size; /* how much memory did this allocation take up? */ member in struct:zallocation
1446 associated_trace->zt_size -= allocation->za_size;
1454 allocation->za_size = allocation_size;
1490 if (allocation->za_size != allocation_size) {
1492 (uintptr_t)allocation_size, (uintptr_t)allocation->za_size);
/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/
H A Dmemory.py637 print '{0: <5d} {1: <#018x} {2: <5d} {3: <15d}'.format(current_index, current_zalloc.za_element, current_zalloc.za_trace_index, unsigned(current_zalloc.za_size))
662 print '{0: <5d} {1: <#018x} {2: <6d}'.format(current_index, current_zalloc.za_element, current_zalloc.za_size)

Completed in 129 milliseconds