Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf_mcache.c540 u_int32_t trace_index; /* mtrace index for corresponding backtrace */ member
5321 uint32_t trace_index; local
5331 trace_index = hashbacktrace(bt, depth, mleak_trace_buckets);
5332 trace = &mleak_traces[trace_index];
5345 trace_index == allocation->trace_index) {
5386 } else if (allocation->trace_index != 0) {
5390 allocation->trace_index = trace_index;
5407 allocation->trace_index < mleak_trace_buckets) {
5410 allocation->trace_index < mleak_trace_buckets) {
5412 trace = &mleak_traces[allocation->trace_index];