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

/darwin-on-arm/xnu/osfmk/kern/
H A Dzalloc.c1674 uint32_t zleak_tracedepth = 0; /* log this allocation if nonzero */ local
1703 zleak_tracedepth = fastbacktrace(zbt, MAX_ZTRACE_DEPTH);
1705 zleak_tracedepth = numsaved;
1862 if (addr && zleak_tracedepth > 0) {
1864 if (!zleak_log(zbt, addr, zleak_tracedepth, zone->elem_size)) {
2035 uint32_t zleak_tracedepth = 0; /* log this allocation if nonzero */ local
2049 zleak_tracedepth = fastbacktrace(zbt, MAX_ZTRACE_DEPTH);
2065 if (zone->zleak_on && zleak_tracedepth > 0 && addr) {
2067 if (!zleak_log(zbt, addr, zleak_tracedepth, zone->elem_size)) {

Completed in 30 milliseconds