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

/macosx-10.10.1/system_cmds-643.1.1/zprint.tproj/
H A Dzprint.c402 totalsum += info->tzi_sum_size;
460 totalsum += info->tzi_sum_size;
473 if (info->tzi_sum_size < 1024)
474 printf(" %16lluB", info->tzi_sum_size);
476 PRINTK(" %16llu", info->tzi_sum_size);
524 (ShowTotal && ((info->tzi_sum_size >> 1) > max_info->tzi_sum_size))) {
526 max_info->tzi_sum_size = info->tzi_sum_size;
/macosx-10.10.1/xnu-2782.1.97/osfmk/mach_debug/
H A Dzone_info.h127 uint64_t tzi_sum_size; /* sum of all allocs (life of zone) */ member in struct:task_zone_info_data
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dzalloc.c3923 zi->tzi_sum_size = zcopy.sum_count * zcopy.elem_size;
3958 zi->tzi_sum_size = sum_size;

Completed in 115 milliseconds