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

/xnu-2782.1.97/osfmk/mach_debug/
H A Dzone_info.h131 uint64_t tzi_task_alloc; /* sum of all allocs by this task */ member in struct:task_zone_info_data
/xnu-2782.1.97/osfmk/kern/
H A Dzalloc.c3928 zi->tzi_task_alloc = task->tkm_zinfo[zcopy.index].alloc;
3931 zi->tzi_task_alloc = 0;
3964 zi->tzi_task_alloc = task->tkm_zinfo[index].alloc;
3967 zi->tzi_task_alloc = 0;

Completed in 34 milliseconds