Searched refs:TypeI (Results 1 – 1 of 1) sorted by relevance
2306 auto TypeI = ContextIdToAllocationType.find(Id); in printTotalSizes() local2307 assert(TypeI != ContextIdToAllocationType.end()); in printTotalSizes()2308 OS << getAllocTypeString((uint8_t)TypeI->second) << " context " << Id in printTotalSizes()