HelenOS sources
uses_allocator 185 uspace/lib/cpp/include/__bits/adt/queue.hpp struct uses_allocator<queue<T, Container>, Alloc>
uses_allocator 345 uspace/lib/cpp/include/__bits/adt/queue.hpp struct uses_allocator<priority_queue<T, Container, Compare>, Alloc>
uses_allocator 375 uspace/lib/cpp/include/__bits/functional/function.hpp struct uses_allocator<function<R(Args...)>, Alloc>
uses_allocator 59 uspace/lib/cpp/include/__bits/memory/allocator_traits.hpp struct uses_allocator
uses_allocator 231 uspace/lib/cpp/include/__bits/thread/packaged_task.hpp struct uses_allocator<packaged_task<R>, Alloc>: true_type
uses_allocator 416 uspace/lib/cpp/include/__bits/thread/promise.hpp struct uses_allocator<promise<R>, Alloc>: true_type
uses_allocator 505 uspace/lib/cpp/include/__bits/tuple/tuple.hpp struct uses_allocator<tuple<Ts...>, Alloc>: true_type
HelenOS homepage, sources at GitHub