Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dexecution.hpp2176 using _OpAlloc = typename std::allocator_traits< in __delete_op() typedef
2178 _OpAlloc __op_alloc{__alloc}; in __delete_op()
2179 std::allocator_traits<_OpAlloc>::destroy(__op_alloc, __op); in __delete_op()
2180 std::allocator_traits<_OpAlloc>::deallocate(__op_alloc, __op, 1); in __delete_op()
2225 using _OpAlloc = typename std::allocator_traits< in operator ()() typedef
2227 _OpAlloc __op_alloc{__alloc}; in operator ()()
2228 auto __op = std::allocator_traits<_OpAlloc>::allocate(__op_alloc, in operator ()()
2232 std::allocator_traits<_OpAlloc>::construct( in operator ()()
2239 std::allocator_traits<_OpAlloc>::deallocate(__op_alloc, __op, in operator ()()