Searched defs:AllocResult (Results 1 – 3 of 3) sorted by relevance
42 using AllocResult = Expected<std::unique_ptr<InFlightAlloc>>; variable
23 using AllocResult = std::allocation_result<int>; typedef
143 using AllocResult = Expected<std::unique_ptr<InFlightAlloc>>; global() variable