Searched refs:AllContextSizes (Results 1 – 1 of 1) sorted by relevance
8139 std::vector<std::vector<ContextTotalSize>> AllContextSizes; in parseEntireSummary() local8170 AllContextSizes.push_back(std::move(ContextSizes)); in parseEntireSummary()8175 if (!AllContextSizes.empty()) { in parseEntireSummary()8176 assert(PendingAllocs.back().MIBs.size() == AllContextSizes.size()); in parseEntireSummary()8177 PendingAllocs.back().ContextSizeInfos = std::move(AllContextSizes); in parseEntireSummary()