Home
last modified time | relevance | path

Searched refs:align_ (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/detail/
H A Dquick_allocator.hpp36 template<unsigned size, unsigned align_> union freeblock
38 typedef typename boost::type_with_alignment<align_>::type aligner_type;
44 template<unsigned size, unsigned align_> struct allocator_impl
46 typedef freeblock<size, align_> block;
176 template<unsigned size, unsigned align_>
177 …lightweight_mutex * allocator_impl<size, align_>::mutex_init = &allocator_impl<size, align_>::mute…
181 template<unsigned size, unsigned align_>
182 freeblock<size, align_> * allocator_impl<size, align_>::free = 0;
184 template<unsigned size, unsigned align_>
185 freeblock<size, align_> * allocator_impl<size, align_>::page = 0;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Daligned_storage.hpp47 typename ::boost::type_with_alignment<alignment_>::type align_; member
57 ::boost::detail::max_align align_;