Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/kern/
H A Duipc_mbuf.c757 static uint32_t mleak_trace_buckets = MLEAK_TRACE_MAP_NUM; variable
8941 vm_size_t trace_size = mleak_trace_buckets * sizeof(struct mtrace);
8997 trace_index = hashbacktrace(bt, depth, mleak_trace_buckets);
9001 VERIFY(trace <= &mleak_traces[mleak_trace_buckets - 1]);
9073 allocation->trace_index < mleak_trace_buckets) {
9076 allocation->trace_index < mleak_trace_buckets) {
9106 for (i = 0, j = 0; j < MLEAK_NUM_TRACES && i < mleak_trace_buckets; i++) {
9126 for (; i < mleak_trace_buckets; i++) {