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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c472 u_int32_t trace_index; /* mtrace index for corresponding backtrace */
477 struct mtrace { struct
521 static struct mtrace *mleak_traces;
522 static struct mtrace *mleak_top_trace[MLEAK_NUM_TRACES];
6470 vm_size_t trace_size = mleak_trace_buckets * sizeof (struct mtrace);
6476 MALLOC(mleak_traces, struct mtrace *, trace_size,
6519 struct mtrace *trace;
6610 struct mtrace *trace;
6631 struct mtrace *swap;

Completed in 32 milliseconds