Home
last modified time | relevance | path

Searched refs:fast_pool_allocator (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/pool/include/boost/pool/
Dpool_alloc.hpp349 class fast_pool_allocator class
373 typedef fast_pool_allocator<U, UserAllocator, Mutex, NextSize, MaxSize> other;
377 fast_pool_allocator() in fast_pool_allocator() function in boost::fast_pool_allocator
393 fast_pool_allocator( in fast_pool_allocator() function in boost::fast_pool_allocator
394 const fast_pool_allocator<U, UserAllocator, Mutex, NextSize, MaxSize> &) in fast_pool_allocator()
430 bool operator==(const fast_pool_allocator &) const in operator ==()
432 bool operator!=(const fast_pool_allocator &) const in operator !=()
491 class fast_pool_allocator<void, UserAllocator, Mutex, NextSize, MaxSize> class
506 typedef fast_pool_allocator<U, UserAllocator, Mutex, NextSize, MaxSize> other;
Dpoolfwd.hpp78 class fast_pool_allocator;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/pool/example/
Dtime_pool_alloc.cpp35 typedef boost::fast_pool_allocator<larger_structure<N>, in timing_test_alloc_larger()
38 typedef boost::fast_pool_allocator<larger_structure<N> > alloc_sync; in timing_test_alloc_larger()
108 typedef boost::fast_pool_allocator<int, in timing_test_alloc()
111 typedef boost::fast_pool_allocator<int> alloc_sync; in timing_test_alloc()
261 typedef boost::fast_pool_allocator<int, in timing_test_containers()
264 typedef boost::fast_pool_allocator<int> fast_alloc_sync; in timing_test_containers()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/pool/test/
Dtest_poisoned_macros.cpp45 template class boost::fast_pool_allocator<int, boost::default_user_allocator_new_delete>; member in boost
46 template class boost::fast_pool_allocator<int, boost::default_user_allocator_malloc_free>; member in boost
Dtest_pool_alloc.cpp193 std::list<tester, boost::fast_pool_allocator<tester> > l; in test_alloc()
272 typedef boost::fast_pool_allocator<void> fast_void_allocator; in test_void()
Dtest_threading.cpp32 std::list<int, boost::fast_pool_allocator<int> > l; in run_tests()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/pool/doc/
Dpool.qbk115 `fast_pool_allocator` is also a general-purpose solution
120 use `fast_pool_allocator` when dealing with containers such as `std::list`,
523 class fast_pool_allocator
537 { typedef fast_pool_allocator<U, UserAllocator> other; };
540 fast_pool_allocator();
541 fast_pool_allocator(const fast_pool_allocator &);
544 fast_pool_allocator(const fast_pool_allocator<U, UserAllocator> &);
545 fast_pool_allocator & operator=(const fast_pool_allocator &);
546 ~fast_pool_allocator();
554 bool operator==(const fast_pool_allocator &) const;
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/tree/
Dcommon.hpp66 typedef boost::fast_pool_allocator<tree_node<T> > allocator_type;
247 typedef boost::fast_pool_allocator<value_type> allocator_type;