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

/xnu-2782.1.97/bsd/kern/
H A Duipc_mbuf.c552 static struct mtrace *mleak_top_trace[MLEAK_NUM_TRACES]; variable in typeref:struct:mtrace
6874 mleak_top_trace[i] = NULL;
6881 mleak_top_trace[j] = &mleak_traces[i];
6883 if (mleak_top_trace[k]->allocs <=
6884 mleak_top_trace[k-1]->allocs)
6887 swap = mleak_top_trace[k-1];
6888 mleak_top_trace[k-1] = mleak_top_trace[k];
6889 mleak_top_trace[k] = swap;
6896 if (mleak_traces[i].allocs <= mleak_top_trace[
[all...]
/xnu-2782.1.97/tools/lldbmacros/
H A Dmbufs.py656 print GetMbufTraceLeak(kern.globals.mleak_top_trace[topcnt])

Completed in 34 milliseconds