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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c521 static struct mtrace *mleak_traces; variable in typeref:struct:mtrace
6476 MALLOC(mleak_traces, struct mtrace *, trace_size,
6478 VERIFY(mleak_traces != NULL);
6511 * and the backtrace in the mleak_traces table; if allocation slot is in use,
6531 trace = &mleak_traces[trace_index];
6534 VERIFY(trace <= &mleak_traces[mleak_trace_buckets - 1]);
6611 trace = &mleak_traces[allocation->trace_index];
6638 if (mleak_traces[i].allocs <= 0)
6641 mleak_top_trace[j] = &mleak_traces[i];
6656 if (mleak_traces[
[all...]

Completed in 82 milliseconds