HelenOS sources

allocator_arg_t   155 uspace/lib/cpp/include/__bits/functional/function.hpp             function(allocator_arg_t, const A& a) noexcept
allocator_arg_t   160 uspace/lib/cpp/include/__bits/functional/function.hpp             function(allocator_arg_t, const A& a, nullptr_t) noexcept
allocator_arg_t   165 uspace/lib/cpp/include/__bits/functional/function.hpp             function(allocator_arg_t, const A& a, const function& other)
allocator_arg_t   170 uspace/lib/cpp/include/__bits/functional/function.hpp             function(allocator_arg_t, const A& a, function&& other)
allocator_arg_t   176 uspace/lib/cpp/include/__bits/functional/function.hpp             function(allocator_arg_t, const A& a, F f)
allocator_arg_t    41 uspace/lib/cpp/include/__bits/memory/allocator_arg.hpp     constexpr allocator_arg_t allocator_arg{};
allocator_arg_t    41 uspace/lib/cpp/include/__bits/memory/shared_payload.hpp     struct allocator_arg_t;
allocator_arg_t    90 uspace/lib/cpp/include/__bits/memory/shared_payload.hpp             shared_payload(allocator_arg_t, Alloc alloc, Args&&... args)
allocator_arg_t    83 uspace/lib/cpp/include/__bits/thread/packaged_task.hpp             explicit packaged_task(allocator_arg_t, const Allocator& a, F&& f)
allocator_arg_t    56 uspace/lib/cpp/include/__bits/thread/promise.hpp                 promise_base(allocator_arg_t, const Allocator& a)
allocator_arg_t   167 uspace/lib/cpp/include/__bits/thread/promise.hpp             promise(allocator_arg_t tag, const Allocator& a)
allocator_arg_t   283 uspace/lib/cpp/include/__bits/thread/promise.hpp             promise(allocator_arg_t tag, const Allocator& a)
allocator_arg_t   362 uspace/lib/cpp/include/__bits/thread/promise.hpp             promise(allocator_arg_t tag, const Allocator& a)
HelenOS homepage, sources at GitHub