Home
last modified time | relevance | path

Searched refs:zt_depth (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/osfmk/kern/
H A Dzalloc_internal.h819 …uint32_t zt_depth; /* depth of stack (0 to MAX_ZTRACE_DEPTH) … member
H A Dzalloc.c3675 if (trace->zt_depth != 0) { /* if this slot was previously used but not currently in use */ in zleak_log()
3683 trace->zt_depth = depth; in zleak_log()
3781 for (uint32_t i = 0; i < top_ztrace_copy.zt_depth && i < MAX_ZTRACE_DEPTH; i++) { in panic_display_ztrace()
3795 kmod_panic_dump((vm_offset_t *)&top_ztrace_copy.zt_stack[0], top_ztrace_copy.zt_depth); in panic_display_ztrace()
/xnu-8019.80.24/tools/lldbmacros/
H A Dmemory.py1352 ShowZstackTraceHelper(ztrace_addr.zt_stack, ztrace_addr.zt_depth)
1368 ShowZstackTraceHelper(ztrace_ptr.zt_stack, ztrace_ptr.zt_depth)
1423 ShowZstackTraceHelper(top_trace.zt_stack, top_trace.zt_depth)