Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Dadaptive_node_pool_impl.hpp982 struct calculate_alignment_ct struct
984 …:size_t alignment = upper_power_of_2_ct<SizeType, HdrSize + RealNodeSize*NodesPerBlock>::value;
985 static const std::size_t num_subblocks = 0;
986 …static const std::size_t real_num_node = (alignment - PayloadPerAllocation - HdrSize)/RealNodeSize;
996 struct calculate_alignment_ct struct
1014 >::type type;
1016 static const std::size_t alignment = type::alignment;
1017 static const std::size_t num_subblocks = type::num_subblocks;
1018 static const std::size_t real_num_node = type::real_num_node;