Searched refs:z_stats (Results 1 – 5 of 5) sorted by relevance
| /xnu-10063.121.3/osfmk/kern/ |
| H A D | zalloc.c | 6138 zpercpu_get_cpu(zone->z_stats, cpu)->zs_mem_freed += esize; in zcache_free_1_ext() 6173 zpercpu_get_cpu(zone->z_stats, cpu)->zs_mem_freed += in zcache_free_n_ext() 6242 zone_stats_t zstats = zov->z_stats; 6281 zone_stats_t zstats = zone->z_stats; 6330 zpercpu_get_cpu(zone->z_stats, cpu)->zs_mem_freed += esize; 6431 zs = zpercpu_get_cpu(zone->z_stats, cpu); in zalloc_import() 6948 zone_stats_t zstats = zone->z_stats; in zcache_alloc_fail() 7024 zpercpu_get_cpu(zone->z_stats, cpu)->zs_mem_allocated += in zcache_alloc_n_ext() 7039 o = zalloc_item(zone, zone->z_stats, flags).addr; in zcache_alloc_n_ext() 7097 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-10063.121.3/osfmk/vm/ |
| H A D | vm_resident.c | 1648 zpercpu_get_cpu(z->z_stats, 0)->zs_mem_allocated = in vm_page_module_init_delayed() 9832 vm_page_add_info(info, z->z_stats, z->z_percpu, zone_heap_name(z), in vm_page_diagnose_zone() 9999 zone_stats_t zv_stats_head = z->z_stats; in vm_page_diagnose()
|
| /xnu-10063.121.3/tools/lldbmacros/ |
| H A D | memory.py | 344 for stats in IterateZPerCPU(zone.z_stats): 442 for stats in IterateZPerCPU(zone_val.z_stats):
|