Searched refs:allocator_impl (Results 1 – 1 of 1) 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 D | quick_allocator.hpp | 44 template<unsigned size, unsigned align_> struct allocator_impl struct 177 …lightweight_mutex * allocator_impl<size, align_>::mutex_init = &allocator_impl<size, align_>::mute… 182 freeblock<size, align_> * allocator_impl<size, align_>::free = 0; 185 freeblock<size, align_> * allocator_impl<size, align_>::page = 0; 188 unsigned allocator_impl<size, align_>::last = allocator_impl<size, align_>::items_per_page; 191 struct quick_allocator: public allocator_impl< sizeof(T), boost::alignment_of<T>::value >
|