Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/kern/
H A Duipc_mbuf.c762 static struct mtrace *mleak_top_trace[MLEAK_NUM_TRACES]; variable
8991 mleak_top_trace[i] = NULL;
8999 mleak_top_trace[j] = &mleak_traces[i];
9001 if (mleak_top_trace[k]->allocs <=
9002 mleak_top_trace[k - 1]->allocs) {
9006 swap = mleak_top_trace[k - 1];
9007 mleak_top_trace[k - 1] = mleak_top_trace[k];
9008 mleak_top_trace[k] = swap;
9015 if (mleak_traces[i].allocs <= mleak_top_trace[j]->allocs) {
9019 mleak_top_trace[j] = &mleak_traces[i];
[all …]
/xnu-10002.1.13/tools/lldbmacros/
H A Dmbufs.py1133 print(GetMbufTraceLeak(kern.globals.mleak_top_trace[topcnt]))