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