Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/kern/
H A Duipc_mbuf.c764 static uint32_t mleak_trace_buckets = MLEAK_TRACE_MAP_NUM; variable
8952 vm_size_t trace_size = mleak_trace_buckets * sizeof(struct mtrace);
9008 trace_index = hashbacktrace(bt, depth, mleak_trace_buckets);
9012 VERIFY(trace <= &mleak_traces[mleak_trace_buckets - 1]);
9084 allocation->trace_index < mleak_trace_buckets) {
9087 allocation->trace_index < mleak_trace_buckets) {
9117 for (i = 0, j = 0; j < MLEAK_NUM_TRACES && i < mleak_trace_buckets; i++) {
9137 for (; i < mleak_trace_buckets; i++) {