Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/kern/
H A Duipc_mbuf.c585 static struct mtrace *mleak_top_trace[MLEAK_NUM_TRACES]; variable
7950 mleak_top_trace[i] = NULL;
7958 mleak_top_trace[j] = &mleak_traces[i];
7960 if (mleak_top_trace[k]->allocs <=
7961 mleak_top_trace[k - 1]->allocs) {
7965 swap = mleak_top_trace[k - 1];
7966 mleak_top_trace[k - 1] = mleak_top_trace[k];
7967 mleak_top_trace[k] = swap;
7974 if (mleak_traces[i].allocs <= mleak_top_trace[j]->allocs) {
7978 mleak_top_trace[j] = &mleak_traces[i];
[all …]
/xnu-8792.81.2/tools/lldbmacros/
H A Dmbufs.py858 print(GetMbufTraceLeak(kern.globals.mleak_top_trace[topcnt]))