Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/pooling/
H A Ddecommit_queue.rs46 struct SendSyncStack(FiberStack); struct
48 unsafe impl Send for SendSyncStack {} implementation
50 unsafe impl Sync for SendSyncStack {} implementation
58 stacks: SmallVec<[(SendSyncStack, usize); 1]>,
156 self.stacks.push((SendSyncStack(stack), bytes_resident)); in push_stack()