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