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