MOTION
0.01
Framework for mixed-protocol multi-party computation
|
#include <atomic>
#include <boost/pool/poolfwd.hpp>
#include <cstddef>
#include <cstdlib>
#include <new>
#include <boost/assert.hpp>
#include <boost/config.hpp>
#include <boost/intrusive_ptr.hpp>
#include <boost/pool/singleton_pool.hpp>
#include <boost/context/detail/config.hpp>
#include <boost/context/stack_context.hpp>
#include <boost/context/stack_traits.hpp>
Go to the source code of this file.
Classes | |
class | basic_singleton_pooled_fixedsize_stack< stack_size, traitsT > |
Typedefs | |
template<std::size_t stack_size> | |
using | singleton_pooled_fixedsize_stack = basic_singleton_pooled_fixedsize_stack< stack_size, boost::context::stack_traits > |
using singleton_pooled_fixedsize_stack = basic_singleton_pooled_fixedsize_stack<stack_size, boost::context::stack_traits> |