Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/kern/
H A Duipc_mbuf.c768 static struct mtrace *mleak_traces; variable
8955 mleak_traces = zalloc_permanent(trace_size, ZALIGN(struct mtrace));
9009 trace = &mleak_traces[trace_index];
9012 VERIFY(trace <= &mleak_traces[mleak_trace_buckets - 1]);
9089 trace = &mleak_traces[allocation->trace_index];
9118 if (mleak_traces[i].allocs <= 0) {
9122 mleak_top_trace[j] = &mleak_traces[i];
9138 if (mleak_traces[i].allocs <= mleak_top_trace[j]->allocs) {
9142 mleak_top_trace[j] = &mleak_traces[i];