Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Dnew_allocator.hpp45 class new_allocator<void> class
67 new_allocator() BOOST_NOEXCEPT_OR_NOTHROW in new_allocator() function in boost::container::new_allocator
72 new_allocator(const new_allocator &) BOOST_NOEXCEPT_OR_NOTHROW in new_allocator() argument
77 new_allocator& operator=(const new_allocator &) BOOST_NOEXCEPT_OR_NOTHROW in operator =()
85 new_allocator(const new_allocator<T2> &) BOOST_NOEXCEPT_OR_NOTHROW in new_allocator() function in boost::container::new_allocator
90 friend void swap(new_allocator &, new_allocator &) BOOST_NOEXCEPT_OR_NOTHROW in swap() argument
95 friend bool operator==(const new_allocator &, const new_allocator &) BOOST_NOEXCEPT_OR_NOTHROW in operator ==()
100 friend bool operator!=(const new_allocator &, const new_allocator &) BOOST_NOEXCEPT_OR_NOTHROW in operator !=()
107 class new_allocator class
132 new_allocator() BOOST_NOEXCEPT_OR_NOTHROW in new_allocator() function in boost::container::new_allocator
[all …]
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dthunk-use-after-free.cpp5 template < typename _Tp > struct new_allocator struct
9 typedef new_allocator other; argument
H A Ddebug-info-use-after-free.cpp92 template < typename _Tp > struct new_allocator struct
96 typedef new_allocator other; argument
/aosp_15_r20/external/cronet/base/metrics/
H A Dpersistent_histogram_allocator_unittest.cc264 GlobalHistogramAllocator* new_allocator = in TEST_F() local
413 GlobalHistogramAllocator* new_allocator = in TEST_F() local
555 GlobalHistogramAllocator* new_allocator = in TEST_F() local
H A Dstatistics_recorder_unittest.cc826 GlobalHistogramAllocator* new_allocator = in TEST_P() local
/aosp_15_r20/external/libchrome/base/metrics/
H A Dpersistent_histogram_allocator_unittest.cc252 std::unique_ptr<GlobalHistogramAllocator> new_allocator = in TEST_F() local
H A Dstatistics_recorder_unittest.cc678 std::unique_ptr<GlobalHistogramAllocator> new_allocator = in TEST_P() local
/aosp_15_r20/external/libchrome/base/debug/
H A Dactivity_analyzer_unittest.cc76 std::unique_ptr<PersistentMemoryAllocator> new_allocator( in AsOtherProcess() local
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/memory/unix/
H A Dapr_pools.c125 apr_allocator_t *new_allocator; in apr_allocator_create() local