Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/kern/
H A Duipc_mbuf.c762 static struct mtrace *mleak_top_trace[MLEAK_NUM_TRACES]; variable
9103 mleak_top_trace[i] = NULL;
9111 mleak_top_trace[j] = &mleak_traces[i];
9113 if (mleak_top_trace[k]->allocs <=
9114 mleak_top_trace[k - 1]->allocs) {
9118 swap = mleak_top_trace[k - 1];
9119 mleak_top_trace[k - 1] = mleak_top_trace[k];
9120 mleak_top_trace[k] = swap;
9127 if (mleak_traces[i].allocs <= mleak_top_trace[j]->allocs) {
9131 mleak_top_trace[j] = &mleak_traces[i];
[all …]
/xnu-10002.81.5/tools/lldbmacros/
H A Dmbufs.py1133 print(GetMbufTraceLeak(kern.globals.mleak_top_trace[topcnt]))