Searched refs:salloc_ (Results 1 – 6 of 6) sorted by relevance
111 typename std::decay< StackAlloc >::type salloc_; member in boost::context::detail::fiber_record115 typename std::decay< StackAlloc >::type salloc = std::move( p->salloc_); in destroy()127 salloc_( std::forward< StackAlloc >( salloc)), in fiber_record()
113 typename std::decay< StackAlloc >::type salloc_; member in boost::context::detail::record117 typename std::decay< StackAlloc >::type salloc = std::move( p->salloc_); in destroy()129 salloc_( std::forward< StackAlloc >( salloc)), in record()
207 typename std::decay< StackAlloc >::type salloc_; member in boost::context::detail::capture_record211 typename std::decay< StackAlloc >::type salloc = std::move( p->salloc_); in destroy()222 salloc_( std::forward< StackAlloc >( salloc)), in capture_record()
206 typename std::decay< StackAlloc >::type salloc_; member in boost::context::detail::fiber_capture_record210 typename std::decay< StackAlloc >::type salloc = std::move( p->salloc_); in destroy()221 salloc_( std::forward< StackAlloc >( salloc)), in fiber_capture_record()
231 typename std::decay< StackAlloc >::type salloc_; member in boost::context::detail::fiber_capture_record235 typename std::decay< StackAlloc >::type salloc = std::move( p->salloc_); in destroy()246 salloc_{ std::forward< StackAlloc >( salloc) },
231 typename std::decay< StackAlloc >::type salloc_; member in boost::context::detail::capture_record235 typename std::decay< StackAlloc >::type salloc = std::move( p->salloc_); in destroy()246 salloc_{ std::forward< StackAlloc >( salloc) },