Home
last modified time | relevance | path

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

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