Allocator 110 modules/core/include/opencv2/core/cuda.hpp static Allocator* defaultAllocator(); Allocator 111 modules/core/include/opencv2/core/cuda.hpp static void setDefaultAllocator(Allocator* allocator); Allocator 114 modules/core/include/opencv2/core/cuda.hpp explicit GpuMat(Allocator* allocator = defaultAllocator()); Allocator 117 modules/core/include/opencv2/core/cuda.hpp GpuMat(int rows, int cols, int type, Allocator* allocator = defaultAllocator()); Allocator 118 modules/core/include/opencv2/core/cuda.hpp GpuMat(Size size, int type, Allocator* allocator = defaultAllocator()); Allocator 121 modules/core/include/opencv2/core/cuda.hpp GpuMat(int rows, int cols, int type, Scalar s, Allocator* allocator = defaultAllocator()); Allocator 122 modules/core/include/opencv2/core/cuda.hpp GpuMat(Size size, int type, Scalar s, Allocator* allocator = defaultAllocator()); Allocator 136 modules/core/include/opencv2/core/cuda.hpp explicit GpuMat(InputArray arr, Allocator* allocator = defaultAllocator()); Allocator 303 modules/core/include/opencv2/core/cuda.hpp Allocator* allocator; Allocator 58 modules/core/include/opencv2/core/cuda.inl.hpp GpuMat::GpuMat(Allocator* allocator_) Allocator 63 modules/core/include/opencv2/core/cuda.inl.hpp GpuMat::GpuMat(int rows_, int cols_, int type_, Allocator* allocator_) Allocator 71 modules/core/include/opencv2/core/cuda.inl.hpp GpuMat::GpuMat(Size size_, int type_, Allocator* allocator_) Allocator 79 modules/core/include/opencv2/core/cuda.inl.hpp GpuMat::GpuMat(int rows_, int cols_, int type_, Scalar s_, Allocator* allocator_) Allocator 90 modules/core/include/opencv2/core/cuda.inl.hpp GpuMat::GpuMat(Size size_, int type_, Scalar s_, Allocator* allocator_) Allocator 109 modules/core/include/opencv2/core/cuda.inl.hpp GpuMat::GpuMat(InputArray arr, Allocator* allocator_) : Allocator 140 modules/core/include/opencv2/core/cvstd.hpp template<typename U> class rebind { typedef Allocator<U> other; }; Allocator 144 modules/core/include/opencv2/core/cvstd.hpp explicit Allocator(Allocator const&) {} Allocator 146 modules/core/include/opencv2/core/cvstd.hpp explicit Allocator(Allocator<U> const&) {} Allocator 113 modules/core/include/opencv2/core/private.cuda.hpp GpuMat::Allocator* getAllocator() const { return allocator_; } Allocator 116 modules/core/include/opencv2/core/private.cuda.hpp GpuMat::Allocator* allocator_; Allocator 416 modules/core/src/cuda_gpu_mat.cpp GpuMat::Allocator* cv::cuda::GpuMat::defaultAllocator() Allocator 421 modules/core/src/cuda_gpu_mat.cpp void cv::cuda::GpuMat::setDefaultAllocator(Allocator* allocator) Allocator 530 modules/core/src/cuda_stream.cpp class StackAllocator : public GpuMat::Allocator Allocator 54 modules/cudev/include/opencv2/cudev/ptr2d/detail/gpumat.hpp __host__ GpuMat_<T>::GpuMat_(Allocator* allocator) Allocator 61 modules/cudev/include/opencv2/cudev/ptr2d/detail/gpumat.hpp __host__ GpuMat_<T>::GpuMat_(int arows, int acols, Allocator* allocator) Allocator 67 modules/cudev/include/opencv2/cudev/ptr2d/detail/gpumat.hpp __host__ GpuMat_<T>::GpuMat_(Size asize, Allocator* allocator) Allocator 73 modules/cudev/include/opencv2/cudev/ptr2d/detail/gpumat.hpp __host__ GpuMat_<T>::GpuMat_(int arows, int acols, Scalar val, Allocator* allocator) Allocator 79 modules/cudev/include/opencv2/cudev/ptr2d/detail/gpumat.hpp __host__ GpuMat_<T>::GpuMat_(Size asize, Scalar val, Allocator* allocator) Allocator 91 modules/cudev/include/opencv2/cudev/ptr2d/detail/gpumat.hpp __host__ GpuMat_<T>::GpuMat_(const GpuMat& m, Allocator* allocator) Allocator 137 modules/cudev/include/opencv2/cudev/ptr2d/detail/gpumat.hpp __host__ GpuMat_<T>::GpuMat_(InputArray arr, Allocator* allocator) Allocator 66 modules/cudev/include/opencv2/cudev/ptr2d/gpumat.hpp __host__ GpuMat_(Allocator* allocator = defaultAllocator()); Allocator 69 modules/cudev/include/opencv2/cudev/ptr2d/gpumat.hpp __host__ GpuMat_(int arows, int acols, Allocator* allocator = defaultAllocator()); Allocator 70 modules/cudev/include/opencv2/cudev/ptr2d/gpumat.hpp __host__ explicit GpuMat_(Size asize, Allocator* allocator = defaultAllocator()); Allocator 73 modules/cudev/include/opencv2/cudev/ptr2d/gpumat.hpp __host__ GpuMat_(int arows, int acols, Scalar val, Allocator* allocator = defaultAllocator()); Allocator 74 modules/cudev/include/opencv2/cudev/ptr2d/gpumat.hpp __host__ GpuMat_(Size asize, Scalar val, Allocator* allocator = defaultAllocator()); Allocator 80 modules/cudev/include/opencv2/cudev/ptr2d/gpumat.hpp __host__ explicit GpuMat_(const GpuMat& m, Allocator* allocator = defaultAllocator()); Allocator 91 modules/cudev/include/opencv2/cudev/ptr2d/gpumat.hpp __host__ explicit GpuMat_(InputArray arr, Allocator* allocator = defaultAllocator());