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

/darwin-on-arm/xnu/osfmk/kern/
H A Dkalloc.c99 int kalloc_fake_zone_index = -1; /* index of our fake zone in statistics arrays */ variable
120 if (kalloc_fake_zone_index != -1 &&
122 zinfo[kalloc_fake_zone_index].alloc += bytes;
134 if (kalloc_fake_zone_index != -1 &&
136 zinfo[kalloc_fake_zone_index].free += bytes;
652 kalloc_fake_zone_index = zone_index;

Completed in 21 milliseconds