Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Dguards_dended.hpp161 class allocation_guard class
169 allocation_guard(pointer alloc_ptr, size_type alloc_size, Allocator& allocator) in allocation_guard() function in boost::container::detail::allocation_guard
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Ddevector.hpp179 typedef typename detail::allocation_guard<allocator_type> allocation_guard; typedef in boost::container::devector