Searched refs:fixedsize_stack (Results 1 – 25 of 37) sorted by relevance
12
22 using fixedsize_stack = boost::context::fixedsize_stack; typedef
25 using fixedsize_stack = boost::context::fixedsize_stack; typedef
86 typedef basic_fixedsize_stack< stack_traits > fixedsize_stack; typedef88 typedef fixedsize_stack default_stack;
122 boost::fibers::fixedsize_stack{}, in test_async_stack_alloc()134 boost::fibers::fixedsize_stack{}, in test_async_std_alloc()
41 …std::cout << "initial stack size = " << ctx::fixedsize_stack::traits_type::default_size() / 1024 <… in main()
44 c = ctx::callcc( std::allocator_arg, ctx::fixedsize_stack{}, in main()
43 ctx::fiber f{ std::allocator_arg, ctx::fixedsize_stack{}, in main()
39 …std::cout << "initial stack size = " << boost::context::fixedsize_stack::traits_type::default_size… in main()
65 …std::cout << "initial stack size = " << boost::fibers::fixedsize_stack::traits_type::default_size(… in main()
176 [class_heading fixedsize_stack]184 #include <boost/context/fixedsize_stack.hpp>189 struct fixedsize_stack {190 fixedsize_stack(std::size_t size = traits_type::default_size());
148 [section:fixedsize Class ['fixedsize_stack]]156 #include <boost/context/fixedsize_stack.hpp>158 struct fixedsize_stack {159 fixedsize_stack(std::size_t size = traits_type::default_size());
51 [def __fixedsize__ ['fixedsize_stack]]
50 ctx::fixedsize_stack alloc; in measure_cycles()
24 using allocator_type = boost::fibers::fixedsize_stack;
35 using allocator_type = boost::fibers::fixedsize_stack;
30 using allocator_type = boost::fibers::fixedsize_stack;
36 using allocator_type = boost::fibers::fixedsize_stack;
156 [section:fixedsize Class ['fixedsize_stack]]164 #include <boost/context/fixedsize_stack.hpp>177 typedef basic_fixedsize_stack< stack_traits > fixedsize_stack;
18 #include <boost/coroutine2/fixedsize_stack.hpp>