Searched refs:GarbageCollection (Results 1 – 3 of 3) sorted by relevance
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/gc/ |
| H A D | gc_runtime.rs | 363 ) -> 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 D | null.rs | 12 ExternRefHostDataId, ExternRefHostDataTable, GarbageCollection, GcHeap, GcHeapObject, 334 ) -> Box<dyn GarbageCollection<'a> + 'a> { in gc() 347 impl<'a> GarbageCollection<'a> for NullCollection {
|
| H A D | drc.rs | 52 ExternRefHostDataId, ExternRefHostDataTable, GarbageCollection, GcHeap, GcHeapObject, 1023 ) -> Box<dyn GarbageCollection<'a> + 'a> { in gc() 1091 impl<'a> GarbageCollection<'a> for DrcCollection<'a> {
|