Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.cc1892 critical_committed_code_space_(max_committed_code_space_ / 2), in WasmCodeManager()
2189 critical_committed_code_space_.load()) { in NewNativeModule()
2194 critical_committed_code_space_.store( in NewNativeModule()
Dwasm-code-manager.h1097 std::atomic<size_t> critical_committed_code_space_; variable