Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/mach_debug/
H A Dzone_info.h160 uint64_t peak; member
/xnu-8792.41.9/osfmk/mach/
H A Dvm_types.h195 uint64_t peak; member
/xnu-8792.41.9/osfmk/vm/
H A Dvm_resident.c9141 if (value > allocation->peak) { in vm_tag_update_size()
9142 os_atomic_max(&allocation->peak, value, relaxed); in vm_tag_update_size()
9179 uint64_t new, peak; in kern_allocation_update_size() local
9182 peak = allocation->peak; in kern_allocation_update_size()
9183 if (new <= peak) { in kern_allocation_update_size()
9186 }while (!OSCompareAndSwap64(peak, new, &allocation->peak)); in kern_allocation_update_size()
9437 info[idx].peak = site->peak; in process_account()
9498 info[nextinfo].peak = zone[zidx].vazt_peak; in process_account()