Searched refs:alloc_ (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/include/CL/
H A Dcl2.hpp3569 Alloc alloc_; member in class:cl::detail::Deleter
3575 Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, copies_{ copies }
3580 Alloc tmpAlloc{ alloc_ };
3594 cl::pointer<T, detail::Deleter<Alloc>> allocate_pointer(const Alloc &alloc_, Args&&... args) argument
3596 Alloc alloc(alloc_);
/xsrc/external/mit/MesaLib/dist/include/CL/
H A Dcl2.hpp3713 Alloc alloc_; member in class:cl::detail::Deleter
3719 Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, copies_{ copies }
3724 Alloc tmpAlloc{ alloc_ };
3738 cl::pointer<T, detail::Deleter<Alloc>> allocate_pointer(const Alloc &alloc_, Args&&... args) argument
3740 Alloc alloc(alloc_);

Completed in 25 milliseconds