Searched refs:z_stats (Results 1 – 5 of 5) sorted by relevance
| /xnu-10002.1.13/osfmk/kern/ |
| H A D | zalloc.c | 6041 zpercpu_get_cpu(zone->z_stats, cpu)->zs_mem_freed += esize; in zcache_free_1_ext() 6076 zpercpu_get_cpu(zone->z_stats, cpu)->zs_mem_freed += in zcache_free_n_ext() 6145 zone_stats_t zstats = zov->z_stats; 6184 zone_stats_t zstats = zone->z_stats; 6233 zpercpu_get_cpu(zone->z_stats, cpu)->zs_mem_freed += esize; 6330 zs = zpercpu_get_cpu(zone->z_stats, cpu); in zalloc_import() 6847 zone_stats_t zstats = zone->z_stats; in zcache_alloc_fail() 6878 zpercpu_get_cpu(zone->z_stats, cpu)->zs_mem_allocated += in zcache_alloc_n_ext() 6894 o = zalloc_item(zone, zone->z_stats, flags).addr; in zcache_alloc_n_ext() 6953 zone_stats_t zstats = zov->z_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() 2342 kr = zalloc_ext(z, zstats ?: z->z_stats, flags | Z_SKIP_KASAN); in kalloc_zone() 2737 zfree_ext(z, zstats ?: z->z_stats, data, ZFREE_PACK_SIZE(zsize, size)); in kfree_zone()
|
| /xnu-10002.1.13/osfmk/vm/ |
| H A D | vm_resident.c | 1646 zpercpu_get_cpu(z->z_stats, 0)->zs_mem_allocated = in vm_page_module_init_delayed() 9759 vm_page_add_info(info, z->z_stats, z->z_percpu, zone_heap_name(z), in vm_page_diagnose_zone() 9926 zone_stats_t zv_stats_head = z->z_stats; in vm_page_diagnose()
|
| /xnu-10002.1.13/tools/lldbmacros/ |
| H A D | memory.py | 353 for stats in IterateZPerCPU(zone.z_stats): 451 for stats in IterateZPerCPU(zone_val.z_stats):
|