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

/darwin-on-arm/xnu/osfmk/kern/
H A Dzalloc.h307 extern vm_size_t zleak_per_zone_tracking_threshold;
H A Dzalloc.c577 vm_size_t zleak_per_zone_tracking_threshold; /* Size a zone will have before we will collect data on it */ variable
643 zleak_per_zone_tracking_threshold = zleak_global_tracking_threshold / 8;
1806 if (zone->cur_size > zleak_per_zone_tracking_threshold) {
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_malloc.c823 &zleak_per_zone_tracking_threshold, 0,

Completed in 29 milliseconds