Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/kern/
H A Duipc_mbuf.c769 static struct mtrace *mleak_top_trace[MLEAK_NUM_TRACES]; variable
9114 mleak_top_trace[i] = NULL;
9122 mleak_top_trace[j] = &mleak_traces[i];
9124 if (mleak_top_trace[k]->allocs <=
9125 mleak_top_trace[k - 1]->allocs) {
9129 swap = mleak_top_trace[k - 1];
9130 mleak_top_trace[k - 1] = mleak_top_trace[k];
9131 mleak_top_trace[k] = swap;
9138 if (mleak_traces[i].allocs <= mleak_top_trace[j]->allocs) {
9142 mleak_top_trace[j] = &mleak_traces[i];
[all …]
/xnu-11417.121.6/tools/lldbmacros/
H A Dmbufs.py1143 print(GetMbufTraceLeak(kern.globals.mleak_top_trace[topcnt]))