Home
last modified time | relevance | path

Searched refs:mzi_elem_size (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/tests/
H A Dverify_kalloc_config.c46 …T_QUIET; T_ASSERT_EQ(size, info[i].mzi_elem_size, "kalloc zone name and element size don't match"); in run_test()
/xnu-12377.41.6/osfmk/mach_debug/
H A Dzone_info.h112 uint64_t mzi_elem_size; /* size of an element */ member
/xnu-12377.41.6/osfmk/kern/
H A Dzalloc.c7969 .mzi_elem_size = zone_scale_for_percpu(&zcopy, zcopy.z_elem_size), in get_zone_info()
8167 if (zi->mzi_elem_size == info[coalesce[i]].mzi_elem_size) { in zone_info_find_coalesce_zone()
8253 (int)zi->mzi_elem_size); in mach_memory_info_sample()
/xnu-12377.41.6/tools/lldbmacros/
H A Dmemory.py4561 if info.mzi_elem_size > 0:
4562 print(info_fmt.format(idx, jzs_names[idx].mzn_name, info.mzi_elem_size, info.mzi_count))