Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/
H A Dengine.rs143 let allocator = config.build_allocator(&tunables)?; in new()
H A Dconfig.rs2523 pub(crate) fn build_allocator( in build_allocator() method