Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_options.cc80 if (secure_heap >= 2) { in CheckOptions()
81 if ((secure_heap & (secure_heap - 1)) != 0) in CheckOptions()
85 secure_heap, in CheckOptions()
959 &PerProcessOptions::secure_heap, in PerProcessOptionsParser()
Dnode_options.h276 int64_t secure_heap = 0; variable
/third_party/node/src/crypto/
Dcrypto_util.cc184 if (per_process::cli_options->secure_heap != 0) { in InitCryptoOnce()
186 per_process::cli_options->secure_heap, in InitCryptoOnce()