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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c472 u_int32_t trace_index; /* mtrace index for corresponding backtrace */ member in struct:mallocation
6520 uint32_t trace_index; local
6530 trace_index = hashbacktrace(bt, depth, mleak_trace_buckets);
6531 trace = &mleak_traces[trace_index];
6544 trace_index == allocation->trace_index) {
6585 } else if (allocation->trace_index != 0) {
6589 allocation->trace_index = trace_index;
6606 allocation->trace_index < mleak_trace_bucket
[all...]
/darwin-on-arm/xnu/osfmk/kern/
H A Dzalloc.c829 uint32_t trace_index = hashbacktrace(bt, depth, zleak_trace_buckets); local
830 struct ztrace* trace = &ztraces[trace_index];
839 if (allocation->za_element != (uintptr_t) 0 && trace_index == allocation->za_trace_index) {
896 allocation->za_trace_index = trace_index;

Completed in 38 milliseconds