Home
last modified time | relevance | path

Searched refs:quick_allocator (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/include/boost/smart_ptr/detail/
Dsp_counted_impl.hpp125 return quick_allocator<this_type>::alloc(); in operator new()
130 quick_allocator<this_type>::dealloc( p ); in operator delete()
205 return quick_allocator<this_type>::alloc(); in operator new()
210 quick_allocator<this_type>::dealloc( p ); in operator delete()
Dquick_allocator.hpp191 struct quick_allocator: public allocator_impl< sizeof(T), boost::alignment_of<T>::value > struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/test/
Dshared_ptr_alloc_test.cpp81 return boost::detail::quick_allocator<Y>::alloc(n); in operator new()
86 boost::detail::quick_allocator<Y>::dealloc(p, n); in operator delete()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/include/boost/serialization/detail/
Dshared_count_132.hpp282 return boost::detail::quick_allocator<this_type>::alloc(); in operator new()
287 boost::detail::quick_allocator<this_type>::dealloc(p); in operator delete()