Home
last modified time | relevance | path

Searched refs:rlimit_strings (Results 1 - 1 of 1) sorted by relevance

/third_party/node/src/
H A Dnode_report.cc738 } rlimit_strings[] = { in PrintSystemInformation() local
763 for (size_t i = 0; i < arraysize(rlimit_strings); i++) { in PrintSystemInformation()
764 if (getrlimit(rlimit_strings[i].id, &limit) == 0) { in PrintSystemInformation()
765 writer->json_objectstart(rlimit_strings[i].description); in PrintSystemInformation()

Completed in 2 milliseconds