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

/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
/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 29 milliseconds