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

/darwin-on-arm/xnu/osfmk/kern/
H A Dzalloc.h119 /* boolean_t */ zleak_on :1, /* Are we collecting allocation information? */ member in struct:zone
H A Dzalloc.c1182 z->zleak_on = FALSE;
1698 if (zone->zleak_on && (zone->zleak_capture++ % zleak_sample_factor == 0)) {
1805 if ((zleak_state & ZLEAK_STATE_ACTIVE) && !(zone->zleak_on)) {
1807 zone->zleak_on = TRUE;
2047 if (zone->zleak_on && (zone->zleak_capture++ % zleak_sample_factor == 0)) {
2065 if (zone->zleak_on && zleak_tracedepth > 0 && addr) {
2236 if (zone->zleak_on) {

Completed in 29 milliseconds