Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/memory/
H A Dmalloc.rs45 let initial_allocation_len = byte_size_to_element_len(initial_allocation_byte_size); in new() localVariable
48 .try_reserve(initial_allocation_len) in new()