Searched refs:AllocationState (Results 1 – 1 of 1) sorted by relevance
607 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 { enum2798 fn get_allocation_state() -> AllocationState; in get_allocation_state()2799 fn set_allocation_state(state: AllocationState); in set_allocation_state() argument2839 AllocationState::StackAllocated in new()2842 unsafe { set_allocation_state(AllocationState::StateAllocating) }; in new()2853 unsafe { set_allocation_state(AllocationState::StateAllocated) }; in new()