Searched refs:resultVec (Results 1 – 1 of 1) sorted by relevance
625 std::vector<std::string>& resultVec = StringSplit(buf); variable626 if (resultVec[mallocPos] == "malloc") {627 if (resultVec[mallocSizePos] == std::to_string(LIBA_MALLOC_SIZE)) {634 } else if (resultVec[mallocSizePos] == std::to_string(LIBB_MALLOC_SIZE)) {686 std::vector<std::string>& resultVec = StringSplit(buf, ':'); variable687 expectCallStackId = resultVec[1];692 std::vector<std::string>& resultVec = StringSplit(buf, ':'); variable693 statisticsCallStackId = resultVec[1];701 std::vector<std::string>& resultVec = StringSplit(buf, ':'); variable702 uint16_t applyCount = std::atoi(resultVec[1].c_str());[all …]