Home
last modified time | relevance | path

Searched defs:calculate_alignment_ct (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/container/detail/
Dadaptive_node_pool_impl.hpp981 struct calculate_alignment_ct struct
983 …:size_t alignment = upper_power_of_2_ct<SizeType, HdrSize + RealNodeSize*NodesPerBlock>::value;
984 static const std::size_t num_subblocks = 0;
985 …static const std::size_t real_num_node = (alignment - PayloadPerAllocation - HdrSize)/RealNodeSize;
995 struct calculate_alignment_ct struct
1013 >::type type;
1015 static const std::size_t alignment = type::alignment;
1016 static const std::size_t num_subblocks = type::num_subblocks;
1017 static const std::size_t real_num_node = type::real_num_node;