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

/macosx-10.10.1/xnu-2782.1.97/osfmk/mach_debug/
H A Dzone_info.h124 uint64_t tzi_max_size; /* how large can this zone grow */ member in struct:task_zone_info_data
/macosx-10.10.1/system_cmds-643.1.1/zprint.tproj/
H A Dzprint.c372 info->tzi_max_size/1024,
374 info->tzi_max_size/info->tzi_elem_size);
443 if (info->tzi_max_size / 1024 > 9999999) {
446 PRINTK(" %10llu", info->tzi_max_size);
449 if (info->tzi_max_size / 1024 >= 999999999) {
452 printf(" %11llu", info->tzi_max_size / info->tzi_elem_size);
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dzalloc.c3920 zi->tzi_max_size = (uint64_t)zcopy.max_size;
3955 zi->tzi_max_size = (uint64_t)max_size;

Completed in 123 milliseconds