Searched refs:slotIter (Results 1 – 1 of 1) sorted by relevance
566 for (std::vector<AllocationSlot>::const_iterator slotIter = allocations.begin(); in validateAllocationCallbacks() local567 slotIter != allocations.end(); in validateAllocationCallbacks()568 ++slotIter) in validateAllocationCallbacks()570 if (slotIter->isLive) in validateAllocationCallbacks()571 results->liveAllocations.push_back(slotIter->record); in validateAllocationCallbacks()