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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c522 static struct mtrace *mleak_top_trace[MLEAK_NUM_TRACES]; variable in typeref:struct:mtrace
6634 mleak_top_trace[i] = NULL;
6641 mleak_top_trace[j] = &mleak_traces[i];
6643 if (mleak_top_trace[k]->allocs <=
6644 mleak_top_trace[k-1]->allocs)
6647 swap = mleak_top_trace[k-1];
6648 mleak_top_trace[k-1] = mleak_top_trace[k];
6649 mleak_top_trace[k] = swap;
6656 if (mleak_traces[i].allocs <= mleak_top_trace[
[all...]

Completed in 20 milliseconds