Searched refs:match_results (Results 1 – 1 of 1) sorted by relevance
1506 std::smatch match_results; in DumpExternalFragmentationInfo() local1507 if (std::regex_match(line, match_results, unusable_index_regex)) { in DumpExternalFragmentationInfo()1508 std::stringstream free_pages(std::string{match_results[3]}); in DumpExternalFragmentationInfo()1517 printf("Node %s, zone %8s", match_results[1].str().c_str(), in DumpExternalFragmentationInfo()1518 match_results[2].str().c_str()); in DumpExternalFragmentationInfo()