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

/darwin-on-arm/xnu/osfmk/kern/
H A Dstack.c69 static int stack_fake_zone_index = -1; /* index in zone_info array */ variable
91 if (stack_fake_zone_index != -1 &&
94 (int64_t *)&zinfo[stack_fake_zone_index].alloc);
105 if (stack_fake_zone_index != -1 &&
108 (int64_t *)&zinfo[stack_fake_zone_index].free);
117 if (stack_fake_zone_index != -1) {
123 (int64_t *)&zinfo[stack_fake_zone_index].free);
127 (int64_t *)&zinfo[stack_fake_zone_index].alloc);
450 stack_fake_zone_index = zone_index;

Completed in 19 milliseconds