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

/macosx-10.10.1/xnu-2782.1.97/osfmk/mach_debug/
H A Dzone_info.h132 uint64_t tzi_task_free; /* sum of all frees by this task */ member in struct:task_zone_info_data
/macosx-10.10.1/system_cmds-643.1.1/zprint.tproj/
H A Dzprint.c244 info[i].tzi_task_free = 0;
390 pidsum += info->tzi_task_alloc - info->tzi_task_free;
392 (int)((info->tzi_task_alloc - info->tzi_task_free)/1024),
394 (info->tzi_task_alloc - info->tzi_task_free)/info->tzi_elem_size);
470 printf("%8dK", (int)((info->tzi_task_alloc - info->tzi_task_free)/1024));
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dzalloc.c3929 zi->tzi_task_free = task->tkm_zinfo[zcopy.index].free;
3932 zi->tzi_task_free = 0;
3965 zi->tzi_task_free = task->tkm_zinfo[index].free;
3968 zi->tzi_task_free = 0;

Completed in 117 milliseconds