Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/kern/
H A Duipc_mbuf.c584 static struct mtrace *mleak_traces; variable
7791 mleak_traces = zalloc_permanent(trace_size, ZALIGN(struct mtrace));
7845 trace = &mleak_traces[trace_index];
7848 VERIFY(trace <= &mleak_traces[mleak_trace_buckets - 1]);
7925 trace = &mleak_traces[allocation->trace_index];
7954 if (mleak_traces[i].allocs <= 0) {
7958 mleak_top_trace[j] = &mleak_traces[i];
7974 if (mleak_traces[i].allocs <= mleak_top_trace[j]->allocs) {
7978 mleak_top_trace[j] = &mleak_traces[i];