Searched refs:tzi_elem_size (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/system_cmds-643.1.1/zprint.tproj/
H A Dzprint.c272 (info[i].tzi_elem_size *
275 (info[j].tzi_elem_size *
369 (info->tzi_elem_size == 0) ? 0 :
370 info->tzi_cur_size/info->tzi_elem_size);
373 (info->tzi_elem_size == 0) ? 0 :
374 info->tzi_max_size/info->tzi_elem_size);
376 info->tzi_elem_size);
381 (info->tzi_elem_size == 0) ? 0 :
382 info->tzi_alloc_size/info->tzi_elem_size);
393 (info->tzi_elem_size
[all...]
/macosx-10.10.1/xnu-2782.1.97/osfmk/mach_debug/
H A Dzone_info.h125 uint64_t tzi_elem_size; /* size of an element */ member in struct:task_zone_info_data
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dzalloc.c3921 zi->tzi_elem_size = (uint64_t)zcopy.elem_size;
3956 zi->tzi_elem_size = (uint64_t)elem_size;

Completed in 107 milliseconds