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

/darwin-on-arm/xnu/osfmk/kern/
H A Dzalloc.c606 uintptr_t za_element; /* the element that was zalloc'ed or zfree'ed, NULL if bucket unused */ member in struct:zallocation
839 if (allocation->za_element != (uintptr_t) 0 && trace_index == allocation->za_trace_index) {
878 if (allocation->za_element != (uintptr_t) 0) {
895 allocation->za_element = addr;
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) {
946 allocation->za_element = 0;

Completed in 12 milliseconds