Home
last modified time | relevance | path

Searched refs:z_stats (Results 1 – 5 of 5) sorted by relevance

/xnu-11417.140.69/osfmk/kern/
H A Dzalloc.c6166 zpercpu_get_cpu(zone->z_stats, cpu)->zs_mem_freed += esize; in zcache_free_1_ext()
6201 zpercpu_get_cpu(zone->z_stats, cpu)->zs_mem_freed += in zcache_free_n_ext()
6270 zone_stats_t zstats = zov->z_stats;
6307 zone_stats_t zstats = zone->z_stats;
6356 zpercpu_get_cpu(zone->z_stats, cpu)->zs_mem_freed += esize;
6457 zs = zpercpu_get_cpu(zone->z_stats, cpu); in zalloc_import()
6968 zone_stats_t zstats = zone->z_stats; in zcache_alloc_fail()
7044 zpercpu_get_cpu(zone->z_stats, cpu)->zs_mem_allocated += in zcache_alloc_n_ext()
7059 o = zalloc_item(zone, zone->z_stats, flags).addr; in zcache_alloc_n_ext()
7117 zone_stats_t zstats = zov->z_stats;
[all …]
H A Dzalloc_internal.h240 zone_stats_t z_stats; member
H A Dkalloc.c422 kalloc_set_no_early_for_data(kheap_id, z->z_stats); in kalloc_zone_init()
602 zv->zv_stats = z->z_stats; in kalloc_type_assign_zone_fixed()
2366 kr = zalloc_ext(z, zstats ?: z->z_stats, flags | Z_SKIP_KASAN); in kalloc_zone()
2775 zfree_ext(z, zstats ?: z->z_stats, data, ZFREE_PACK_SIZE(zsize, size)); in kfree_zone()
/xnu-11417.140.69/osfmk/vm/
H A Dvm_resident.c2552 zpercpu_get_cpu(z->z_stats, 0)->zs_mem_allocated = in vm_pages_array_finalize()
10805 vm_page_add_info(info, z->z_stats, z->z_percpu, zone_heap_name(z), in vm_page_diagnose_zone()
10974 zone_stats_t zv_stats_head = z->z_stats; in vm_page_diagnose()
/xnu-11417.140.69/tools/lldbmacros/
H A Dmemory.py306 for stats in IterateZPerCPU(zone.z_stats):
404 for stats in IterateZPerCPU(zone_val.z_stats):