Searched defs:scoped_deallocator (Results 1 – 2 of 2) sorted by relevance
38 struct scoped_deallocator struct40 typedef allocator_traits<Allocator> allocator_traits_type;41 typedef typename allocator_traits_type::pointer pointer;44 version<Allocator>::value> alloc_version;47 void priv_deallocate(version_1) in priv_deallocate()50 void priv_deallocate(version_2) in priv_deallocate()57 pointer m_ptr;58 Allocator& m_alloc;60 scoped_deallocator(pointer p, Allocator& a) in scoped_deallocator() argument64 ~scoped_deallocator() in ~scoped_deallocator()[all …]
19 class scoped_deallocator class25 inline scoped_deallocator(pointer p, Alloc & a) in scoped_deallocator() function in boost::geometry::index::detail::rtree::scoped_deallocator