Lines Matching refs:size
173 if (watch_mode_paths.size() > 0) {
191 } else if (!test_runner && (argv->size() < 1 || (*argv)[1].empty())) {
562 AddOption("--max-http-header-size",
563 "set the maximum size of HTTP headers (default: 16384 (16KB))",
756 AddOption("--max-old-space-size", "", V8Option{}, kAllowedInEnvvar);
757 AddOption("--max-semi-space-size", "", V8Option{}, kAllowedInEnvvar);
763 AddOption("--max-old-space-size", "", V8Option{}, kAllowedInEnvvar);
774 AddOption("--huge-max-old-generation-size",
775 "increase default maximum heap size on machines with 16GB memory "
833 AddOption("--v8-pool-size",
834 "set V8's thread pool size",
958 "total size of the OpenSSL secure heap",
962 "minimum allocation size from the OpenSSL secure heap",
1002 return host.substr(1, host.size() - 2);
1066 if (parser.aliases_.size() > 0) {
1313 for (std::string::size_type index = 0; index < node_options.size(); ++index) {
1318 if (index + 1 == node_options.size()) {