Searched refs:slotIter (Results 1 – 1 of 1) sorted by relevance
549 for (std::vector<AllocationSlot>::const_iterator slotIter = allocations.begin(); in validateAllocationCallbacks() local550 slotIter != allocations.end(); in validateAllocationCallbacks()551 ++slotIter) in validateAllocationCallbacks()553 if (slotIter->isLive) in validateAllocationCallbacks()554 results->liveAllocations.push_back(slotIter->record); in validateAllocationCallbacks()