Searched refs:alloc_ (Results 1 – 1 of 1) sorted by relevance
3842 Alloc alloc_; member in cl::detail::Deleter3848 Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, copies_{ copies } in Deleter()3853 Alloc tmpAlloc{ alloc_ }; in operator ()()3867 cl::pointer<T, detail::Deleter<Alloc>> allocate_pointer(const Alloc &alloc_, Args&&... args) in allocate_pointer() argument3869 Alloc alloc(alloc_); in allocate_pointer()