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

/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-md.c704 struct gfuncs *gptr;
745 gptr = (struct gfuncs *)plist->first;
747 for (i = 0; i < plist->num_allocations; (i++, gptr++)) {
751 prof_st = gptr->prof.prof;
752 nrecs = 1 + (gptr->prof.overflow * 2);
696 struct gfuncs *gptr; local

Completed in 17 milliseconds