Searched refs:z_stats (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/osfmk/kern/ |
| H A D | zalloc.c | 6198 zpercpu_get_cpu(zone->z_stats, cpu)->zs_mem_freed += in zcache_free_n_ext() 6267 zone_stats_t zstats = zov->z_stats; 6305 zone_stats_t zstats = zone->z_stats; 6455 zs = zpercpu_get_cpu(zone->z_stats, cpu); in zalloc_import() 6964 zone_stats_t zstats = zone->z_stats; in zcache_alloc_fail() 7113 zone_stats_t zstats = zov->z_stats; 7132 zone_stats_t zstats = zone->z_stats; 8566 zpercpu_foreach(zs, zcopy.z_stats) { in get_zone_info() 9199 zpercpu_foreach(zs, zone->z_stats) { in zone_get_stats() 9815 zalloc_check_zov_alias(z_stats, zv_stats); [all …]
|
| H A D | zalloc_internal.h | 239 zone_stats_t z_stats; member
|
| H A D | kalloc.c | 402 kalloc_set_no_share_for_data(kheap_id, z->z_stats); in kalloc_zone_init() 582 zv->zv_stats = z->z_stats; in kalloc_type_assign_zone_fixed() 2345 kr = zalloc_ext(z, zstats ?: z->z_stats, flags | Z_SKIP_KASAN); in kalloc_zone() 2744 zfree_ext(z, zstats ?: z->z_stats, data, ZFREE_PACK_SIZE(zsize, size)); in kfree_zone()
|
| /xnu-11215/osfmk/vm/ |
| H A D | vm_resident.c | 1644 zpercpu_get_cpu(z->z_stats, 0)->zs_mem_allocated = in vm_page_module_init_delayed() 10059 vm_page_add_info(info, z->z_stats, z->z_percpu, zone_heap_name(z), in vm_page_diagnose_zone() 10229 zone_stats_t zv_stats_head = z->z_stats; in vm_page_diagnose()
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | memory.py | 306 for stats in IterateZPerCPU(zone.z_stats): 404 for stats in IterateZPerCPU(zone_val.z_stats):
|