Searched refs:tmpAlloc (Results 1 – 1 of 1) sorted by relevance
3853 Alloc tmpAlloc{ alloc_ }; in operator ()() local3854 std::allocator_traits<Alloc>::destroy(tmpAlloc, std::addressof(*ptr)); in operator ()()3855 std::allocator_traits<Alloc>::deallocate(tmpAlloc, ptr, copies_); in operator ()()