Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/kern/
H A Dkern_malloc.c393 return mach_to_bsd_errno(zleak_update_threshold(arg1, value));
/xnu-10063.101.15/osfmk/kern/
H A Dzalloc.h2607 extern kern_return_t zleak_update_threshold(
H A Dzalloc.c3490 zleak_update_threshold(&zleak_per_zone_tracking_threshold, in zleak_init()
3500 zleak_update_threshold(vm_size_t *arg, uint64_t value) in zleak_update_threshold() function