Searched refs:zt_stack (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | zalloc_internal.h | 820 …void* zt_stack[MAX_ZTRACE_DEPTH]; /* series of return addresses from OSBackt… member
|
| H A D | zalloc.c | 3659 if (trace->zt_size > 0 && bcmp(trace->zt_stack, bt, (depth * sizeof(uintptr_t))) != 0) { in zleak_log() 3681 memcpy(trace->zt_stack, bt, (depth * sizeof(uintptr_t))); in zleak_log() 3783 paniclog_append_noflush("%p ", top_ztrace_copy.zt_stack[i]); in panic_display_ztrace() 3784 panic_print_symbol_name((vm_address_t)top_ztrace_copy.zt_stack[i]); in panic_display_ztrace() 3787 paniclog_append_noflush("%p\n", top_ztrace_copy.zt_stack[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 D | memory.py | 1352 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)
|