Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasi-preview1-component-adapter/src/
H A Dlib.rs607 AllocationState::StackAllocated | AllocationState::StateAllocated in environ_sizes_get()
1119 AllocationState::StackAllocated | AllocationState::StateAllocated in fd_prestat_get()
1676 AllocationState::StackAllocated | AllocationState::StateAllocated in fd_write()
2365 AllocationState::StackAllocated | AllocationState::StateAllocated in random_get()
2786 enum AllocationState { enum
2798 fn get_allocation_state() -> AllocationState; in get_allocation_state()
2799 fn set_allocation_state(state: AllocationState); in set_allocation_state() argument
2839 AllocationState::StackAllocated in new()
2842 unsafe { set_allocation_state(AllocationState::StateAllocating) }; in new()
2853 unsafe { set_allocation_state(AllocationState::StateAllocated) }; in new()