Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/kern/
H A Duipc_mbuf.c761 static struct mtrace *mleak_traces; variable
8944 mleak_traces = zalloc_permanent(trace_size, ZALIGN(struct mtrace));
8998 trace = &mleak_traces[trace_index];
9001 VERIFY(trace <= &mleak_traces[mleak_trace_buckets - 1]);
9078 trace = &mleak_traces[allocation->trace_index];
9107 if (mleak_traces[i].allocs <= 0) {
9111 mleak_top_trace[j] = &mleak_traces[i];
9127 if (mleak_traces[i].allocs <= mleak_top_trace[j]->allocs) {
9131 mleak_top_trace[j] = &mleak_traces[i];