Searched refs:ealloc (Results 1 – 1 of 1) sorted by relevance
83 bool doTestUsesAllocV1(EAlloc const& ealloc, Args&&... args) in doTestUsesAllocV1() argument87 TH.construct(std::allocator_arg, ealloc, std::forward<Args>(args)...); in doTestUsesAllocV1()88 return checkConstruct<Args&&...>(*TH.ptr, UA_AllocArg, ealloc); in doTestUsesAllocV1()93 bool doTestUsesAllocV2(EAlloc const& ealloc, Args&&... args) in doTestUsesAllocV2() argument97 TH.construct(std::forward<Args>(args)..., ealloc); in doTestUsesAllocV2()98 return checkConstruct<Args&&...>(*TH.ptr, UA_AllocLast, ealloc); in doTestUsesAllocV2()