Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/
H A Dconfig.rs2537 let mut _allocator = try_new::<Box<_>>(OnDemandInstanceAllocator::new( in build_allocator() localVariable
2544 _allocator.set_stack_creator(stack_creator.clone()); in build_allocator()
2546 Ok(_allocator as _) in build_allocator()