Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-objects.cc854 constexpr int kGBPages = 1024 * 1024 * 1024 / wasm::kWasmPageSize; in New() local
855 if (initial > kGBPages) { in New()
860 heuristic_maximum = std::min(maximum, kGBPages); in New()
863 heuristic_maximum = kGBPages; in New()