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

/macosx-10.10.1/xnu-2782.1.97/osfmk/mach_debug/
H A Dzone_info.h122 uint64_t tzi_count; /* count of elements in use */ member in struct:task_zone_info_data
/macosx-10.10.1/system_cmds-643.1.1/zprint.tproj/
H A Dzprint.c273 info[i].tzi_count));
276 info[j].tzi_count));
378 info->tzi_count);
397 totalused += used = info->tzi_elem_size * info->tzi_count;
454 printf(" %11llu", info->tzi_count);
458 totalused += used = info->tzi_elem_size * info->tzi_count;
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dzalloc.c3918 zi->tzi_count = (uint64_t)zcopy.count;
3953 zi->tzi_count = (uint64_t)count;

Completed in 106 milliseconds