Searched refs:PendingAllocs (Results 1 – 1 of 1) sorted by relevance
7566 std::vector<AllocInfo> PendingAllocs; in parseEntireSummary() local7669 PendingAllocs.clear(); in parseEntireSummary()7679 std::move(PendingAllocs)); in parseEntireSummary()7825 std::move(PendingAllocs)); in parseEntireSummary()8022 PendingAllocs.push_back(AllocInfo(std::move(MIBs))); in parseEntireSummary()8024 assert(PendingAllocs.back().MIBs.size() == TotalSizes.size()); in parseEntireSummary()8025 PendingAllocs.back().TotalSizes = std::move(TotalSizes); in parseEntireSummary()8062 PendingAllocs.push_back( in parseEntireSummary()8065 assert(PendingAllocs.back().MIBs.size() == TotalSizes.size()); in parseEntireSummary()8066 PendingAllocs.back().TotalSizes = std::move(TotalSizes); in parseEntireSummary()