Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/sys/
H A Dmem_acct_private.h44 uint64_t peak; member
/xnu-12377.61.12/osfmk/mach_debug/
H A Dzone_info.h160 uint64_t peak; member
/xnu-12377.61.12/osfmk/mach/
H A Dvm_types.h296 uint64_t peak; member
/xnu-12377.61.12/bsd/kern/
H A Dmem_acct.c484 s->peak = os_atomic_load(&a->ma_peak, relaxed); in memacct_copy_stats()
/xnu-12377.61.12/tools/lldbmacros/
H A Dmemory.py4574 peak = unsigned(meminfo.peak / 1024)
4576 if peak > 0:
4579 … print(" {:>3d}{:<4s} {:>7d}K {:>7d}K {:<50s}".format(tag, tagstr, peak, size, sitestr))
/xnu-12377.61.12/osfmk/vm/
H A Dvm_resident.c11310 os_atomic_max(&allocation->peak, value, release); in kern_allocation_update_size()
11348 os_atomic_min(&site->peak, new_peak, acquire); in vm_tag_reset_peak()
11594 info[idx].peak = site->peak; in process_account()
11658 info[nextinfo].peak = zone[zidx].vazt_peak; in process_account()