Searched refs:scoped_deallocator (Results 1 – 3 of 3) sorted by relevance
19 class scoped_deallocator class21 scoped_deallocator(scoped_deallocator const&);22 scoped_deallocator & operator=(scoped_deallocator const&);25 inline scoped_deallocator(pointer p, Alloc & a) in scoped_deallocator() function in boost::geometry::index::detail::rtree::scoped_deallocator28 inline ~scoped_deallocator() in ~scoped_deallocator()
186 scoped_deallocator<AllocNode> deallocator(p, alloc_node); in apply()
38 struct scoped_deallocator struct53 BOOST_MOVABLE_BUT_NOT_COPYABLE(scoped_deallocator)60 scoped_deallocator(pointer p, Allocator& a) in scoped_deallocator() argument64 ~scoped_deallocator() in ~scoped_deallocator() argument67 scoped_deallocator(BOOST_RV_REF(scoped_deallocator) o) in scoped_deallocator() function