Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/pool/example/
Dtime_pool_alloc.cpp264 typedef boost::fast_pool_allocator<int> fast_alloc_sync; in timing_test_containers() typedef
354 std::set<int, std::less<int>, fast_alloc_sync> x; in timing_test_containers()
400 std::list<int, fast_alloc_sync> x; in timing_test_containers()