Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Ddestroyers.hpp104 struct scoped_array_deallocator struct
106 typedef boost::container::allocator_traits<Allocator> AllocTraits;
107 typedef typename AllocTraits::pointer pointer;
108 typedef typename AllocTraits::size_type size_type;
110 scoped_array_deallocator(pointer p, Allocator& a, size_type length) in scoped_array_deallocator() argument
113 ~scoped_array_deallocator() in ~scoped_array_deallocator()
116 void release() in release()
120 pointer m_ptr;
121 Allocator& m_alloc;
122 size_type m_length;