Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/gc/enabled/
H A Ddrc.rs1025 Box::new(DrcCollection { in gc()
1078 struct DrcCollection<'a> { struct
1091 impl<'a> GarbageCollection<'a> for DrcCollection<'a> { argument