Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/gc/
H A Dgc_runtime.rs363 ) -> Box<dyn GarbageCollection<'a> + 'a>; in gc()
713 pub trait GarbageCollection<'a>: Send + Sync { interface
750 mut collection: Box<dyn GarbageCollection<'a> + 'a>, in collect_async()
774 fn _foo<'a>(collection: Box<dyn GarbageCollection<'a>>) { in is_send_and_sync()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/gc/enabled/
H A Dnull.rs12 ExternRefHostDataId, ExternRefHostDataTable, GarbageCollection, GcHeap, GcHeapObject,
334 ) -> Box<dyn GarbageCollection<'a> + 'a> { in gc()
347 impl<'a> GarbageCollection<'a> for NullCollection {
H A Ddrc.rs52 ExternRefHostDataId, ExternRefHostDataTable, GarbageCollection, GcHeap, GcHeapObject,
1023 ) -> Box<dyn GarbageCollection<'a> + 'a> { in gc()
1091 impl<'a> GarbageCollection<'a> for DrcCollection<'a> {