Home
last modified time | relevance | path

Searched refs:zleak_update_threshold (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.101.15/bsd/kern/
H A Dkern_malloc.c396 return mach_to_bsd_errno(zleak_update_threshold(arg1, value));
/xnu-11417.101.15/osfmk/kern/
H A Dzalloc.h2645 extern kern_return_t zleak_update_threshold(
H A Dzalloc.c3503 zleak_update_threshold(&zleak_per_zone_tracking_threshold, in zleak_init()
3513 zleak_update_threshold(vm_size_t *arg, uint64_t value) in zleak_update_threshold() function