Lines Matching defs:ForkTracker
138 // The ForkTracker data structure holds information about a specific fork,
144 struct ForkTracker {
149 typedef struct ForkTracker ForkTracker;
150 typedef ForkTracker *ForkTrackerPtr;
867 ForkTracker dataFork,
1220 otherForks = ( ForkTracker* ) NewPtr( sizeof(ForkTracker) * kExpectedForkCount );
1228 newOtherForks = (ForkTracker*)NewPtr(sizeof(ForkTracker) * (otherForksCount + kExpectedForkCount));
1231 BlockMoveData(otherForks, newOtherForks, sizeof(ForkTracker) * otherForksCount);