Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-code-manager.cc766 size_t max_committed) in WasmCodeManager() argument
768 remaining_uncommitted_code_space_(max_committed) { in WasmCodeManager()
769 DCHECK_LE(max_committed, kMaxWasmCodeMemory); in WasmCodeManager()
Dwasm-code-manager.h432 size_t max_committed);