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

/darwin-on-arm/xnu/osfmk/kern/
H A Dzalloc.c608 uint32_t za_trace_index; /* index into ztraces for backtrace associated with allocation */ member in struct:zallocation
839 if (allocation->za_element != (uintptr_t) 0 && trace_index == allocation->za_trace_index) {
887 struct ztrace* associated_trace = &ztraces[allocation->za_trace_index];
890 } else if (allocation->za_trace_index != 0) {
896 allocation->za_trace_index = trace_index;
925 if (allocation->za_element == addr && allocation->za_trace_index < zleak_trace_buckets) {
929 if (allocation->za_element == addr && allocation->za_trace_index < zleak_trace_buckets) {
938 trace = &ztraces[allocation->za_trace_index];

Completed in 25 milliseconds