defaultAllocator  110 modules/core/include/opencv2/core/cuda.hpp     static Allocator* defaultAllocator();
defaultAllocator  114 modules/core/include/opencv2/core/cuda.hpp     explicit GpuMat(Allocator* allocator = defaultAllocator());
defaultAllocator  117 modules/core/include/opencv2/core/cuda.hpp     GpuMat(int rows, int cols, int type, Allocator* allocator = defaultAllocator());
defaultAllocator  118 modules/core/include/opencv2/core/cuda.hpp     GpuMat(Size size, int type, Allocator* allocator = defaultAllocator());
defaultAllocator  121 modules/core/include/opencv2/core/cuda.hpp     GpuMat(int rows, int cols, int type, Scalar s, Allocator* allocator = defaultAllocator());
defaultAllocator  122 modules/core/include/opencv2/core/cuda.hpp     GpuMat(Size size, int type, Scalar s, Allocator* allocator = defaultAllocator());
defaultAllocator  136 modules/core/include/opencv2/core/cuda.hpp     explicit GpuMat(InputArray arr, Allocator* allocator = defaultAllocator());
defaultAllocator   53 modules/core/src/cuda_gpu_mat.cpp     allocator(defaultAllocator())
defaultAllocator   79 modules/core/src/cuda_gpu_mat.cpp     allocator(defaultAllocator())
defaultAllocator   66 modules/cudev/include/opencv2/cudev/ptr2d/gpumat.hpp     __host__ GpuMat_(Allocator* allocator = defaultAllocator());
defaultAllocator   69 modules/cudev/include/opencv2/cudev/ptr2d/gpumat.hpp     __host__ GpuMat_(int arows, int acols, Allocator* allocator = defaultAllocator());
defaultAllocator   70 modules/cudev/include/opencv2/cudev/ptr2d/gpumat.hpp     __host__ explicit GpuMat_(Size asize, Allocator* allocator = defaultAllocator());
defaultAllocator   73 modules/cudev/include/opencv2/cudev/ptr2d/gpumat.hpp     __host__ GpuMat_(int arows, int acols, Scalar val, Allocator* allocator = defaultAllocator());
defaultAllocator   74 modules/cudev/include/opencv2/cudev/ptr2d/gpumat.hpp     __host__ GpuMat_(Size asize, Scalar val, Allocator* allocator = defaultAllocator());
defaultAllocator   80 modules/cudev/include/opencv2/cudev/ptr2d/gpumat.hpp     __host__ explicit GpuMat_(const GpuMat& m, Allocator* allocator = defaultAllocator());
defaultAllocator   91 modules/cudev/include/opencv2/cudev/ptr2d/gpumat.hpp     __host__ explicit GpuMat_(InputArray arr, Allocator* allocator = defaultAllocator());