Home
last modified time | relevance | path

Searched refs:LargePagesError (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/large_pages/
Dnode_large_page.h30 const char* LargePagesError(int status);
Dnode_large_page.cc420 const char* LargePagesError(int status) { in LargePagesError() function
/third_party/node/src/
Dnode.cc1016 fprintf(stderr, "%s\n", node::LargePagesError(result)); in InitializeOncePerProcess()