getAllocator      358 modules/core/include/opencv2/core/cuda.hpp     static MatAllocator* getAllocator(AllocType alloc_type = PAGE_LOCKED);
getAllocator      397 modules/core/src/matrix.cpp         if( !a || a == tegra::getAllocator() )
getAllocator      398 modules/core/src/matrix.cpp             a = tegra::getAllocator(d, _sizes, _type);
getAllocator      328 modules/cudaarithm/src/arithm.cpp         src_cont.allocator = pool.getAllocator();
getAllocator      137 modules/cudaarithm/test/test_stream.cpp     h_dst.allocator = cv::cuda::HostMem::getAllocator();