Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/kern/
H A Duipc_mbuf.c761 static struct mtrace *mleak_traces; variable
8832 mleak_traces = zalloc_permanent(trace_size, ZALIGN(struct mtrace));
8886 trace = &mleak_traces[trace_index];
8889 VERIFY(trace <= &mleak_traces[mleak_trace_buckets - 1]);
8966 trace = &mleak_traces[allocation->trace_index];
8995 if (mleak_traces[i].allocs <= 0) {
8999 mleak_top_trace[j] = &mleak_traces[i];
9015 if (mleak_traces[i].allocs <= mleak_top_trace[j]->allocs) {
9019 mleak_top_trace[j] = &mleak_traces[i];