Home
last modified time | relevance | path

Searched refs:zones_collectable_bytes (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/bsd/kern/
H A Dkern_malloc.c432 SYSCTL_PROC(_kern, OID_AUTO, zones_collectable_bytes,
/xnu-11215/osfmk/vm/
H A Dvm_kern_xnu.h1654 uint64_t zones_collectable_bytes,
H A Dvm_resident.c9873 uint64_t zones_collectable_bytes, boolean_t iterated, bool redact_info __unused) in process_account() argument
9905 info[idx].collectable_bytes = zones_collectable_bytes; in process_account()
10140 vm_page_diagnose(mach_memory_info_t * info, unsigned int num_info, uint64_t zones_collectable_bytes in vm_page_diagnose() argument
10322 process_account(info, num_info, zones_collectable_bytes, iterate, redact_info); in vm_page_diagnose()
/xnu-11215/osfmk/kern/
H A Dzalloc.c8744 uint64_t zones_collectable_bytes = 0; in mach_memory_info_sample() local
8772 zones_collectable_bytes += GET_MZI_COLLECTABLE_BYTES(zi->mzi_collectable); in mach_memory_info_sample()
8813 kr = vm_page_diagnose(memoryInfo, memoryInfoCnt, zones_collectable_bytes, redact_info); in mach_memory_info_sample()
9021 uint64_t zones_collectable_bytes = 0; in get_zones_collectable_bytes() local
9026 zones_collectable_bytes += in get_zones_collectable_bytes()
9031 return zones_collectable_bytes; in get_zones_collectable_bytes()