Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/pooling/
H A Dgc_heap_pool.rs15 InUse(MemoryAllocationIndex), enumerator
23 *self = HeapSlot::InUse(memory_alloc_index); in alloc()
26 HeapSlot::InUse(_) => panic!("already in use"), in alloc()
33 HeapSlot::InUse(memory_alloc_index) => { in dealloc()
/wasmtime-44.0.1/crates/fuzzing/src/generators/
H A Dcomponent_async.rs186 InUse, enumerator
265 *state = HalfState::InUse; in start()
280 assert!(matches!(state, HalfState::InUse)); in stop()